Html Css Color HEX #100479 Navy

📋 copy color: '#100479'

red 16 ◦ green 4 ◦ blue 121

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

Shades of Navy #100479

Tints of Navy #100479

RGB

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

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

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

R = 11.35%
G = 2.84%
B = 85.82%

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

#100479 (or 0x100479) is known color: Navy. HEX triplet: 10, 04 and 79. RGB value is (16,4,121). Sum of RGB (Red+Green+Blue) = 16+4+121=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 121 (47.66% from 255 or 85.82% from 141); Max value from RGB is 121 - color contains mainly: blue. Hex color #100479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100479 is #EFFB86. Grayscale: #141414. Windows color (decimal): -15727495 or 7930896. OLE color: 7930896.

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

Color convert

RGB 16 4 121 -
CMYK 0.87 0.97 0 0.53
HSL 246.15º 0.94% 0.25% -
HSV(B) 246.15º 0.97% 0.47% -
XYZ 3.71 1.58 18.2 -
YUV 20.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 16 4 121 0.87 0.97 0 0.53 246.15 0.94 0.25
Hex 10 4 79 57 61 0 35 F6 5E 19
Octal 20 4 171 127 141 0 65 366 136 31
Binary 10000 100 1111001 1010111 1100001 0 110101 11110110 1011110 11001

Color Harmonies of #100479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100479

Black with #100479

Text Example


Text Example

White with #100479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100479; }

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

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

background-color css

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

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

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

border-color css

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

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

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