#000E77

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

Shades of Navy #000E77

Tints of Navy #000E77

Color information

#000E77 (or 0x000E77) is unknown color: approx Navy. HEX triplet: 00, 0E and 77. RGB value is (0,14,119). Sum of RGB (Red+Green+Blue) = 0+14+119=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #000E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E77 is #FFF188. Grayscale: #151515. Windows color (decimal): -16773513 or 7802368. OLE color: 7802368.

HSL color Cylindrical-coordinate representation of color #000E77: hue angle of 232.94º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E77 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB014119-
CMYK10.8800.53
HSL232.94º100%23.33%-
HSV(B)232.94º100%46.67%-
XYZ3.491.6517.59-
YUV21.78182.86112.46-

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) = 10.53%
BLUE value IS 119 (46.88% from 255) = 89.47%
R=0%
G=10.53%
B=89.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal01411910.8800.53232.9410023.33
Hex0E776458035e96417
Octal01616714413006535114427
Binary01110111011111001001011000011010111101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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