Color Hex Logo

#00103b Color Hex

#00103B
(0,16,59)
0 Favorites   0 Comments

Color spaces of #00103b

RGB 01659
HSL0.621.000.12
HSV224°100°23°
CMYK 1.000.730.00   0.77
XYZ0.97470.68634.2188
Yxy0.68630.16580.1167
Hunter Lab8.28436.5040-24.3945
CIE-Lab6.199312.9428-29.4021

#00103b color RGB value is (0,16,59).

#00103b hex color red value is 0, green value is 16 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #00103b hue: 0.62 , saturation: 1.00 and the lightness value of 00103b is 0.12.

The process color (four color CMYK) of #00103b color hex is 1.00, 0.73, 0.00, 0.77. Web safe color of #00103b is #000033. Color #00103b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010000 00111011
Octal 0 20 73
Decimal 0 16 59
Hex 0 10 3B

RGB Percentages of Color #00103b

%0.00
%21.33
%78.67

CMYK Percentages of Color #00103b

%100
%73
%0
%77

Triadic Colors of #00103b

#00103b #3b0010 #103b00

Analogous Colors of #00103b

#00103b #0e003b #002d3b

Monochromatic Colors of #00103b

#00103b

Complementary Color

#00103b #3b2b00

#00103b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00103b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00103b Color CSS Codes

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

#00103b Text Font Color

<p style="color:#00103b">Text here</p>

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


#00103b Background Color

<div style="background-color:#00103b">
Div content here</div>

This div background color is #00103b


#00103b Border Color

<div style="border:3px solid #00103b">
Div here</div>

This div border color is #00103b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,16,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00103b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00103b;
  -webkit-box-shadow: 1px 1px 3px 2px #00103b;
  box-shadow:         1px 1px 3px 2px #00103b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00103b


Comments

No comments written yet.

Please login to write comment.