#00106E

Color #00106E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00106E

Tints of Navy #00106E

Color information

#00106E (or 0x00106E) is unknown color: approx Navy. HEX triplet: 00, 10 and 6E. RGB value is (0,16,110). Sum of RGB (Red+Green+Blue) = 0+16+110=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #00106E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00106E is #FFEF91. Grayscale: #151515. Windows color (decimal): -16773010 or 7213056. OLE color: 7213056.

HSL color Cylindrical-coordinate representation of color #00106E: hue angle of 231.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00106E is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB016110-
CMYK10.8500.57
HSL231.27º100%21.57%-
HSV(B)231.27º100%43.14%-
XYZ31.514.88-
YUV21.93177.7112.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 110 (43.36% from 255) = 87.30%
R=0%
G=12.70%
B=87.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal01611010.8500.57231.2710021.57
Hex0106E6455039e76416
Octal02015614412507134714426
Binary010000110111011001001010101011100111100111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00106E; }

 p { color: rgb(0,16,110); }

 H1.HeaderClassName
 {
   color: #00106E;
 }
 .AnyTagClassName
 {
   color: #00106E;
 }
</style>
background-color css

<style>
 a { background-color: #00106E; }

 a { background-color: rgb(0,16,110); }

 div.DivClassName
 {
   background-color: #00106E;
 }
 .BgClassName
 {
   background-color: #00106E;
 }
</style>
border-color css

<style>
 span { border-color: #00106E; }

 span { border-color: rgb(0,16,110); }

 td.TdClassName
 {
   border-color: #00106E;
 }
 .TagClassName
 {
   border-color: #00106E;
 }
</style>