Html Css Color HEX #100477 Navy

📋 copy color: '#100477'

red 16 ◦ green 4 ◦ blue 119

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

Shades of Navy #100477

Tints of Navy #100477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 85.61%

R = 11.51%
G = 2.88%
B = 85.61%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100477 (or 0x100477) is known color: Navy. HEX triplet: 10, 04 and 77. RGB value is (16,4,119). Sum of RGB (Red+Green+Blue) = 16+4+119=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #100477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100477 is #EFFB88. Grayscale: #141414. Windows color (decimal): -15727497 or 7799824. OLE color: 7799824.

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

Color convert

RGB 16 4 119 -
CMYK 0.87 0.97 0 0.53
HSL 246.26º 0.93% 0.24% -
HSV(B) 246.26º 0.97% 0.47% -
XYZ 3.59 1.53 17.56 -
YUV 20.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 16 4 119 0.87 0.97 0 0.53 246.26 0.93 0.24
Hex 10 4 77 57 61 0 35 F6 5D 18
Octal 20 4 167 127 141 0 65 366 135 30
Binary 10000 100 1110111 1010111 1100001 0 110101 11110110 1011101 11000

Color Harmonies of #100477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100477

Black with #100477

Text Example


Text Example

White with #100477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100477; }

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

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

background-color css

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

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

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

border-color css

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

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

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