Html Css Color HEX #10006B Navy

📋 copy color: '#10006B'

red 16 ◦ green 0 ◦ blue 107

#10006B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #10006B

Tints of Navy #10006B

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 value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10006B (or 0x10006B) is known color: 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

RGB 16 0 107 -
CMYK 0.85 1 0 0.58
HSL 248.97º 1% 0.21% -
HSV(B) 248.97º 1% 0.42% -
XYZ 2.87 1.17 13.98 -
YUV 16.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 16 0 107 0.85 1 0 0.58 248.97 1 0.21
Hex 10 0 6B 55 64 0 3A F9 64 15
Octal 20 0 153 125 144 0 72 371 144 25
Binary 10000 0 1101011 1010101 1100100 0 111010 11111001 1100100 10101

Color Harmonies of #10006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10006B

Black with #10006B

Text Example


Text Example

White with #10006B

Text Example


Text Example

HTML Codes & Css Web 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>