#100475

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

Shades of Navy #100475

Tints of Navy #100475

Color information

#100475 (or 0x100475) is unknown color: approx Navy. HEX triplet: 10, 04 and 75. RGB value is (16,4,117). Sum of RGB (Red+Green+Blue) = 16+4+117=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #100475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100475 is #EFFB8A. Grayscale: #141414. Windows color (decimal): -15727499 or 7668752. OLE color: 7668752.

HSL color Cylindrical-coordinate representation of color #100475: hue angle of 246.37º 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 #100475 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB164117-
CMYK0.860.9700.54
HSL246.37º93.39%23.73%-
HSV(B)246.37º96.58%45.88%-
XYZ3.471.4816.93-
YUV20.47182.48124.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 117 (46.09% from 255) = 85.40%
R=11.68%
G=2.92%
B=85.40%

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
Decimal1641170.860.9700.54246.3793.3923.73
Hex104755661036f65d18
Octal20416512614106636613530
Binary10000100111010110101101100001011011011110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100475; }

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

 H1.HeaderClassName
 {
   color: #100475;
 }
 .AnyTagClassName
 {
   color: #100475;
 }
</style>
background-color css

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

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

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

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

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

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