#0170D0

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

Shades of Navy Blue #0170D0

Tints of Navy Blue #0170D0

Color information

#0170D0 (or 0x0170D0) is unknown color: approx Navy Blue. HEX triplet: 01, 70 and D0. RGB value is (1,112,208). Sum of RGB (Red+Green+Blue) = 1+112+208=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #0170D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170D0 is #FE8F2F. Grayscale: #595959. Windows color (decimal): -16682800 or 13660161. OLE color: 13660161.

HSL color Cylindrical-coordinate representation of color #0170D0: hue angle of 207.83º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170D0 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1112208-
CMYK1.000.4600.18
HSL207.83º99.04%40.98%-
HSV(B)207.83º99.52%81.57%-
XYZ17.1916.1561.89-
YUV89.76194.7364.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 208 (81.64% from 255) = 64.80%
R=0.31%
G=34.89%
B=64.80%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11122081.000.4600.18207.8399.0440.98
Hex170D0642E012d06329
Octal11603201445602232014351
Binary11110000110100001100100101110010010110100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0170D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0170D0; }

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

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

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

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

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

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

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

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