#10006B

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

Shades of Navy #10006B

Tints of Navy #10006B

Color information

#10006B (or 0x10006B) is unknown color: approx Navy. HEX triplet: 10, 00 and 6B. RGB value is (16,0,107). Sum of RGB (Red+Green+Blue) = 16+0+107=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #10006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10006B is #EFFF94. Grayscale: #101010. Windows color (decimal): -15728533 or 7012368. OLE color: 7012368.

HSL color Cylindrical-coordinate representation of color #10006B: hue angle of 248.97º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10006B is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB160107-
CMYK0.85100.58
HSL248.97º100%20.98%-
HSV(B)248.97º100%41.96%-
XYZ2.871.1713.98-
YUV16.98178.8127.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 86.99%
R=13.01%
G=0%
B=86.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1601070.85100.58248.9710020.98
Hex1006B556403Af96415
Octal20015312514407237114425
Binary100000110101110101011100100011101011111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10006B; }

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

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

<style>
 a { background-color: #10006B; }

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

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

<style>
 span { border-color: #10006B; }

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

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