#0171D0

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

Shades of Navy Blue #0171D0

Tints of Navy Blue #0171D0

Color information

#0171D0 (or 0x0171D0) is unknown color: approx Navy Blue. HEX triplet: 01, 71 and D0. RGB value is (1,113,208). Sum of RGB (Red+Green+Blue) = 1+113+208=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #0171D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0171D0 is #FE8E2F. Grayscale: #595959. Windows color (decimal): -16682544 or 13660417. OLE color: 13660417.

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

Color convert

RGB1113208-
CMYK1.000.4600.18
HSL207.54º99.04%40.98%-
HSV(B)207.54º99.52%81.57%-
XYZ17.316.3761.92-
YUV90.34194.3964.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 208 (81.64% from 255) = 64.60%
R=0.31%
G=35.09%
B=64.60%

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
Decimal11132081.000.4600.18207.5499.0440.98
Hex171D0642E012d06329
Octal11613201445602232014351
Binary11110001110100001100100101110010010110100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0171D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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