#000F71

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

Shades of Navy #000F71

Tints of Navy #000F71

Color information

#000F71 (or 0x000F71) is unknown color: approx Navy. HEX triplet: 00, 0F and 71. RGB value is (0,15,113). Sum of RGB (Red+Green+Blue) = 0+15+113=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 113 (44.53% from 255 or 88.28% from 128); Max value from RGB is 113 - color contains mainly: blue. Hex color #000F71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F71 is #FFF08E. Grayscale: #151515. Windows color (decimal): -16773263 or 7409408. OLE color: 7409408.

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

Color convert

RGB015113-
CMYK10.8700.56
HSL232.04º100%22.16%-
HSV(B)232.04º100%44.31%-
XYZ3.151.5315.75-
YUV21.69179.53112.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 113 (44.53% from 255) = 88.28%
R=0%
G=11.72%
B=88.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01511310.8700.56232.0410022.16
Hex0F716457038e86416
Octal01716114412707035014426
Binary01111111000111001001010111011100011101000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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