Color Hex Logo

#00103f Color Hex

#00103F
(0,16,63)
0 Favorites   0 Comments

Color spaces of #00103f

RGB 01663
HSL0.621.000.12
HSV225°100°25°
CMYK 1.000.750.00   0.75
XYZ1.08250.72954.7864
Yxy0.72950.16410.1106
Hunter Lab8.54117.6763-27.2472
CIE-Lab6.589515.1264-31.6376

#00103f color RGB value is (0,16,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010000 00111111
Octal 0 20 77
Decimal 0 16 63
Hex 0 10 3F

RGB Percentages of Color #00103f

%0.00
%20.25
%79.75

CMYK Percentages of Color #00103f

%100
%75
%0
%75

Triadic Colors of #00103f

#00103f #3f0010 #103f00

Analogous Colors of #00103f

#00103f #10003f #00303f

Monochromatic Colors of #00103f

#00103f

Complementary Color

#00103f #3f2f00

#00103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00103f Color CSS Codes

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

#00103f Text Font Color

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

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


#00103f Background Color

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

This div background color is #00103f


#00103f Border Color

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

This div border color is #00103f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00103f

#00103f Color Palettes


Comments

No comments written yet.

Please login to write comment.