#100170

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

Shades of Navy #100170

Tints of Navy #100170

Color information

#100170 (or 0x100170) is unknown color: approx Navy. HEX triplet: 10, 01 and 70. RGB value is (16,1,112). Sum of RGB (Red+Green+Blue) = 16+1+112=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #100170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100170 is #EFFE8F. Grayscale: #111111. Windows color (decimal): -15728272 or 7340304. OLE color: 7340304.

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

Color convert

RGB161112-
CMYK0.860.9900.56
HSL248.11º98.23%22.16%-
HSV(B)248.11º99.11%43.92%-
XYZ3.151.315.41-
YUV18.14180.97126.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 112 (44.14% from 255) = 86.82%
R=12.40%
G=0.78%
B=86.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1611120.860.9900.56248.1198.2322.16
Hex101705663038f86216
Octal20116012614307037014226
Binary100001111000010101101100011011100011111000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100170; }

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

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

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

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

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

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

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

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