#0160F0

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

Shades of Navy Blue #0160F0

Tints of Navy Blue #0160F0

Color information

#0160F0 (or 0x0160F0) is unknown color: approx Navy Blue. HEX triplet: 01, 60 and F0. RGB value is (1,96,240). Sum of RGB (Red+Green+Blue) = 1+96+240=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #0160F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0160F0 is #FE9F0F. Grayscale: #535353. Windows color (decimal): -16686864 or 15753217. OLE color: 15753217.

HSL color Cylindrical-coordinate representation of color #0160F0: hue angle of 216.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0160F0 is Cyan = 1.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196240-
CMYK1.000.600.06
HSL216.15º99.17%47.25%-
HSV(B)216.15º99.58%94.12%-
XYZ19.9214.6684.22-
YUV84.01216.0368.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 240 (94.14% from 255) = 71.22%
R=0.30%
G=28.49%
B=71.22%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962401.000.600.06216.1599.1747.25
Hex160F0643C06d8632f
Octal1140360144740633014357
Binary111000001111000011001001111000110110110001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0160F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0160F0; }

 p { color: rgb(1,96,240); }

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

<style>
 a { background-color: #0160F0; }

 a { background-color: rgb(1,96,240); }

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

<style>
 span { border-color: #0160F0; }

 span { border-color: rgb(1,96,240); }

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