Html Css Color HEX #100476 Navy

📋 copy color: '#100476'

red 16 ◦ green 4 ◦ blue 118

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

Shades of Navy #100476

Tints of Navy #100476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 11.59%
G = 2.9%
B = 85.51%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#100476 (or 0x100476) is known color: Navy. HEX triplet: 10, 04 and 76. RGB value is (16,4,118). Sum of RGB (Red+Green+Blue) = 16+4+118=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #100476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100476 is #EFFB89. Grayscale: #141414. Windows color (decimal): -15727498 or 7734288. OLE color: 7734288.

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

Color convert

RGB 16 4 118 -
CMYK 0.86 0.97 0 0.54
HSL 246.32º 0.93% 0.24% -
HSV(B) 246.32º 0.97% 0.46% -
XYZ 3.53 1.5 17.24 -
YUV 20.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 16 4 118 0.86 0.97 0 0.54 246.32 0.93 0.24
Hex 10 4 76 56 61 0 36 F6 5D 18
Octal 20 4 166 126 141 0 66 366 135 30
Binary 10000 100 1110110 1010110 1100001 0 110110 11110110 1011101 11000

Color Harmonies of #100476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100476

Black with #100476

Text Example


Text Example

White with #100476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100476; }

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

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

background-color css

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

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

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

border-color css

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

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

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