#010F71

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

Shades of Navy #010F71

Tints of Navy #010F71

Color information

#010F71 (or 0x010F71) is unknown color: approx Navy. HEX triplet: 01, 0F and 71. RGB value is (1,15,113). Sum of RGB (Red+Green+Blue) = 1+15+113=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #010F71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F71 is #FEF08E. Grayscale: #151515. Windows color (decimal): -16707727 or 7409409. OLE color: 7409409.

HSL color Cylindrical-coordinate representation of color #010F71: hue angle of 232.5º 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 #010F71 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB115113-
CMYK0.990.8700.56
HSL232.5º98.25%22.35%-
HSV(B)232.5º99.12%44.31%-
XYZ3.161.5415.75-
YUV21.99179.36113.03-

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.63%
BLUE value IS 113 (44.53% from 255) = 87.60%
R=0.78%
G=11.63%
B=87.60%

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
Decimal1151130.990.8700.56232.598.2522.35
Hex1F716357038e86216
Octal11716114312707035014226
Binary11111111000111000111010111011100011101000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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