#100476

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

Shades of Navy #100476

Tints of Navy #100476

Color information

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

RGB164118-
CMYK0.860.9700.54
HSL246.32º93.44%23.92%-
HSV(B)246.32º96.61%46.27%-
XYZ3.531.517.24-
YUV20.58182.98124.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 118 (46.48% from 255) = 85.51%
R=11.59%
G=2.90%
B=85.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1641180.860.9700.54246.3293.4423.92
Hex104765661036f65d18
Octal20416612614106636613530
Binary10000100111011010101101100001011011011110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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