#100173

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

Shades of Navy #100173

Tints of Navy #100173

Color information

#100173 (or 0x100173) is unknown color: approx Navy. HEX triplet: 10, 01 and 73. RGB value is (16,1,115). Sum of RGB (Red+Green+Blue) = 16+1+115=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 115 (45.31% from 255 or 87.12% from 132); Max value from RGB is 115 - color contains mainly: blue. Hex color #100173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100173 is #EFFE8C. Grayscale: #121212. Windows color (decimal): -15728269 or 7536912. OLE color: 7536912.

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

Color convert

RGB161115-
CMYK0.860.9900.55
HSL247.89º98.28%22.75%-
HSV(B)247.89º99.13%45.1%-
XYZ3.321.3716.31-
YUV18.48182.47126.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 115 (45.31% from 255) = 87.12%
R=12.12%
G=0.76%
B=87.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1611150.860.9900.55247.8998.2822.75
Hex101735663037f86217
Octal20116312614306737014227
Binary100001111001110101101100011011011111111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100173; }

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

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

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

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

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

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

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

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