#0170F3

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

Shades of Navy Blue #0170F3

Tints of Navy Blue #0170F3

Color information

#0170F3 (or 0x0170F3) is unknown color: approx Navy Blue. HEX triplet: 01, 70 and F3. RGB value is (1,112,243). Sum of RGB (Red+Green+Blue) = 1+112+243=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #0170F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0170F3 is #FE8F0C. Grayscale: #5D5D5D. Windows color (decimal): -16682765 or 15953921. OLE color: 15953921.

HSL color Cylindrical-coordinate representation of color #0170F3: hue angle of 212.48º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170F3 is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1112243-
CMYK1.000.5400.05
HSL212.48º99.18%47.84%-
HSV(B)212.48º99.59%95.29%-
XYZ21.9818.0787.12-
YUV93.74212.2361.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 243 (95.31% from 255) = 68.26%
R=0.28%
G=31.46%
B=68.26%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal11122431.000.5400.05212.4899.1847.84
Hex170F3643605d46330
Octal1160363144660532414360
Binary111100001111001111001001101100101110101001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0170F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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