#0170C5

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

Shades of Navy Blue #0170C5

Tints of Navy Blue #0170C5

Color information

#0170C5 (or 0x0170C5) is unknown color: approx Navy Blue. HEX triplet: 01, 70 and C5. RGB value is (1,112,197). Sum of RGB (Red+Green+Blue) = 1+112+197=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #0170C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170C5 is #FE8F3A. Grayscale: #585858. Windows color (decimal): -16682811 or 12939265. OLE color: 12939265.

HSL color Cylindrical-coordinate representation of color #0170C5: hue angle of 206.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0170C5 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1112197-
CMYK0.990.4300.23
HSL206.02º98.99%38.82%-
HSV(B)206.02º99.49%77.25%-
XYZ15.8815.6355-
YUV88.5189.2365.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 197 (77.34% from 255) = 63.55%
R=0.32%
G=36.13%
B=63.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11121970.990.4300.23206.0298.9938.82
Hex170C5632B017ce6327
Octal11603051435302731614347
Binary11110000110001011100011101011010111110011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0170C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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