Html Css Color HEX #100579 Navy

📋 copy color: '#100579'

red 16 ◦ green 5 ◦ blue 121

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

Shades of Navy #100579

Tints of Navy #100579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 85.21%

R = 11.27%
G = 3.52%
B = 85.21%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#100579 (or 0x100579) is known color: Navy. HEX triplet: 10, 05 and 79. RGB value is (16,5,121). Sum of RGB (Red+Green+Blue) = 16+5+121=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #100579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100579 is #EFFA86. Grayscale: #151515. Windows color (decimal): -15727239 or 7931152. OLE color: 7931152.

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

Color convert

RGB 16 5 121 -
CMYK 0.87 0.96 0 0.53
HSL 245.69º 0.92% 0.25% -
HSV(B) 245.69º 0.96% 0.47% -
XYZ 3.72 1.6 18.2 -
YUV 21.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 16 5 121 0.87 0.96 0 0.53 245.69 0.92 0.25
Hex 10 5 79 57 60 0 35 F6 5C 19
Octal 20 5 171 127 140 0 65 366 134 31
Binary 10000 101 1111001 1010111 1100000 0 110101 11110110 1011100 11001

Color Harmonies of #100579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100579

Black with #100579

Text Example


Text Example

White with #100579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100579; }

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

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

background-color css

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

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

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

border-color css

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

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

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