Color Hex Logo

#0d31cb Color Hex

#0D31CB
(13,49,203)
0 Favorites   0 Comments

Color spaces of #0d31cb

RGB 1349203
HSL0.640.880.42
HSV229°94°80°
CMYK 0.940.760.00   0.20
XYZ12.04386.594057.1379
Yxy6.59400.15890.0870
Hunter Lab25.678838.7818-113.9511
CIE-Lab30.864249.1368-80.5184

#0d31cb color RGB value is (13,49,203).

#0d31cb hex color red value is 13, green value is 49 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0d31cb hue: 0.64 , saturation: 0.88 and the lightness value of 0d31cb is 0.42.

The process color (four color CMYK) of #0d31cb color hex is 0.94, 0.76, 0.00, 0.20. Web safe color of #0d31cb is #0033cc. Color #0d31cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00110001 11001011
Octal 15 61 313
Decimal 13 49 203
Hex D 31 CB

RGB Percentages of Color #0d31cb

%4.91
%18.49
%76.60

CMYK Percentages of Color #0d31cb

%94
%76
%0
%20

Triadic Colors of #0d31cb

#0d31cb #cb0d31 #31cb0d

Analogous Colors of #0d31cb

#0d31cb #480dcb #0d90cb

Monochromatic Colors of #0d31cb

#0d31cb

Complementary Color

#0d31cb #cba70d

#0d31cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d31cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d31cb Color CSS Codes

.mybgcolor {background-color:#0d31cb; } 
.myforecolor {color:#0d31cb; }
.mybordercolor {border:3px solid #0d31cb; }

#0d31cb Text Font Color

<p style="color:#0d31cb">Text here</p>

This sample text font color is #0d31cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0d31cb Background Color

<div style="background-color:#0d31cb">
Div content here</div>

This div background color is #0d31cb


#0d31cb Border Color

<div style="border:3px solid #0d31cb">
Div here</div>

This div border color is #0d31cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,49,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d31cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d31cb;
  -webkit-box-shadow: 1px 1px 3px 2px #0d31cb;
  box-shadow:         1px 1px 3px 2px #0d31cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,49,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0d31cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0d31cb;
  -webkit-box-shadow: 1px 1px 3px 2px #0d31cb;
  box-shadow:         1px 1px 3px 2px #0d31cb;">
Div content here</div>

This div box has shadow with color #0d31cb


Comments

No comments written yet.

Please login to write comment.