#100479

Color #100479 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #100479

Tints of Navy #100479

Color information

#100479 (or 0x100479) is unknown color: approx 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

RGB164121-
CMYK0.870.9700.53
HSL246.15º93.6%24.51%-
HSV(B)246.15º96.69%47.45%-
XYZ3.711.5818.2-
YUV20.93184.48124.49-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1641210.870.9700.53246.1593.624.51
Hex104795761035f65e19
Octal20417112714106536613631
Binary10000100111100110101111100001011010111110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>