#0172D0

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

Shades of Navy Blue #0172D0

Tints of Navy Blue #0172D0

Color information

#0172D0 (or 0x0172D0) is unknown color: approx Navy Blue. HEX triplet: 01, 72 and D0. RGB value is (1,114,208). Sum of RGB (Red+Green+Blue) = 1+114+208=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #0172D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172D0 is #FE8D2F. Grayscale: #5A5A5A. Windows color (decimal): -16682288 or 13660673. OLE color: 13660673.

HSL color Cylindrical-coordinate representation of color #0172D0: hue angle of 207.25º 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 #0172D0 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1114208-
CMYK1.000.4500.18
HSL207.25º99.04%40.98%-
HSV(B)207.25º99.52%81.57%-
XYZ17.4116.661.96-
YUV90.93194.0663.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 208 (81.64% from 255) = 64.40%
R=0.31%
G=35.29%
B=64.40%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11142081.000.4500.18207.2599.0440.98
Hex172D0642D012cf6329
Octal11623201445502231714351
Binary11110010110100001100100101101010010110011111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0172D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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