#000E71

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

Shades of Navy #000E71

Tints of Navy #000E71

Color information

#000E71 (or 0x000E71) is unknown color: approx Navy. HEX triplet: 00, 0E and 71. RGB value is (0,14,113). Sum of RGB (Red+Green+Blue) = 0+14+113=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 113 (44.53% from 255 or 88.98% from 127); Max value from RGB is 113 - color contains mainly: blue. Hex color #000E71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E71 is #FFF18E. Grayscale: #141414. Windows color (decimal): -16773519 or 7409152. OLE color: 7409152.

HSL color Cylindrical-coordinate representation of color #000E71: hue angle of 232.57º 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 #000E71 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB014113-
CMYK10.8800.56
HSL232.57º100%22.16%-
HSV(B)232.57º100%44.31%-
XYZ3.141.5115.75-
YUV21.1179.86112.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 11.02%
BLUE value IS 113 (44.53% from 255) = 88.98%
R=0%
G=11.02%
B=88.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01411310.8800.56232.5710022.16
Hex0E716458038e96416
Octal01616114413007035114426
Binary01110111000111001001011000011100011101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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