Color Hex Logo

#000dbc Color Hex

#000DBC
(0,13,188)
0 Favorites   0 Comments

Color spaces of #000dbc

RGB 013188
HSL0.661.000.37
HSV236°100°74°
CMYK 1.000.930.00   0.26
XYZ9.22103.918747.8473
Yxy3.91870.15120.0643
Hunter Lab19.795748.5043-129.4502
CIE-Lab23.400859.9159-84.1208

#000dbc color RGB value is (0,13,188).

#000dbc hex color red value is 0, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #000dbc hue: 0.66 , saturation: 1.00 and the lightness value of 000dbc is 0.37.

The process color (four color CMYK) of #000dbc color hex is 1.00, 0.93, 0.00, 0.26. Web safe color of #000dbc is #0000cc. Color #000dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001101 10111100
Octal 0 15 274
Decimal 0 13 188
Hex 0 D BC

RGB Percentages of Color #000dbc

%0.00
%6.47
%93.53

CMYK Percentages of Color #000dbc

%100
%93
%0
%26

Triadic Colors of #000dbc

#000dbc #bc000d #0dbc00

Analogous Colors of #000dbc

#000dbc #5100bc #006bbc

Monochromatic Colors of #000dbc

#000dbc

Complementary Color

#000dbc #bcaf00

#000dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#000dbc Color CSS Codes

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

#000dbc Text Font Color

<p style="color:#000dbc">Text here</p>

This sample text font color is #000dbc
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.


#000dbc Background Color

<div style="background-color:#000dbc">
Div content here</div>

This div background color is #000dbc


#000dbc Border Color

<div style="border:3px solid #000dbc">
Div here</div>

This div border color is #000dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000dbc


Comments

No comments written yet.

Please login to write comment.