Html Css Color HEX #100576 Navy

📋 copy color: '#100576'

red 16 ◦ green 5 ◦ blue 118

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

Shades of Navy #100576

Tints of Navy #100576

RGB

 RED value IS 16 (6.64% from 255) = 11.51%

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 118 (46.48% from 255) = 84.89%

R = 11.51%
G = 3.6%
B = 84.89%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100576 (or 0x100576) is known color: Navy. HEX triplet: 10, 05 and 76. RGB value is (16,5,118). Sum of RGB (Red+Green+Blue) = 16+5+118=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #100576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100576 is #EFFA89. Grayscale: #141414. Windows color (decimal): -15727242 or 7734544. OLE color: 7734544.

HSL color Cylindrical-coordinate representation of color #100576: hue angle of 245.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100576 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 5 118 -
CMYK 0.86 0.96 0 0.54
HSL 245.84º 0.92% 0.24% -
HSV(B) 245.84º 0.96% 0.46% -
XYZ 3.54 1.53 17.25 -
YUV 21.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 16 5 118 0.86 0.96 0 0.54 245.84 0.92 0.24
Hex 10 5 76 56 60 0 36 F6 5C 18
Octal 20 5 166 126 140 0 66 366 134 30
Binary 10000 101 1110110 1010110 1100000 0 110110 11110110 1011100 11000

Color Harmonies of #100576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100576

Black with #100576

Text Example


Text Example

White with #100576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100576; }

 p { color: rgb(16,5,118); }

 H1.HeaderClassName
 {
   color: #100576;
 }
 .AnyTagClassName
 {
   color: #100576;
 }
</style>

background-color css

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

 a { background-color: rgb(16,5,118); }

 div.DivClassName
 {
   background-color: #100576;
 }
 .BgClassName
 {
   background-color: #100576;
 }
</style>

border-color css

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

 span { border-color: rgb(16,5,118); }

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