#100473

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

Shades of Navy #100473

Tints of Navy #100473

Color information

#100473 (or 0x100473) is unknown color: approx Navy. HEX triplet: 10, 04 and 73. RGB value is (16,4,115). Sum of RGB (Red+Green+Blue) = 16+4+115=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #100473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100473 is #EFFB8C. Grayscale: #131313. Windows color (decimal): -15727501 or 7537680. OLE color: 7537680.

HSL color Cylindrical-coordinate representation of color #100473: hue angle of 246.49º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100473 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB164115-
CMYK0.860.9700.55
HSL246.49º93.28%23.33%-
HSV(B)246.49º96.52%45.1%-
XYZ3.351.4316.32-
YUV20.24181.48124.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 115 (45.31% from 255) = 85.19%
R=11.85%
G=2.96%
B=85.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1641150.860.9700.55246.4993.2823.33
Hex104735661037f65d17
Octal20416312614106736613527
Binary10000100111001110101101100001011011111110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100473; }

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

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

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

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

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

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

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

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