#010F70

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

Shades of Navy #010F70

Tints of Navy #010F70

Color information

#010F70 (or 0x010F70) is unknown color: approx Navy. HEX triplet: 01, 0F and 70. RGB value is (1,15,112). Sum of RGB (Red+Green+Blue) = 1+15+112=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 112 (44.14% from 255 or 87.5% from 128); Max value from RGB is 112 - color contains mainly: blue. Hex color #010F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F70 is #FEF08F. Grayscale: #151515. Windows color (decimal): -16707728 or 7343873. OLE color: 7343873.

HSL color Cylindrical-coordinate representation of color #010F70: hue angle of 232.43º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F70 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB115112-
CMYK0.990.8700.56
HSL232.43º98.23%22.16%-
HSV(B)232.43º99.11%43.92%-
XYZ3.111.5215.46-
YUV21.87178.86113.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 112 (44.14% from 255) = 87.5%
R=0.78%
G=11.72%
B=87.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1151120.990.8700.56232.4398.2322.16
Hex1F706357038e86216
Octal11716014312707035014226
Binary11111111000011000111010111011100011101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F70; }

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

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

<style>
 a { background-color: #010F70; }

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

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

<style>
 span { border-color: #010F70; }

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

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