#000E85

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

Shades of Navy #000E85

Tints of Navy #000E85

Color information

#000E85 (or 0x000E85) is unknown color: approx Navy. HEX triplet: 00, 0E and 85. RGB value is (0,14,133). Sum of RGB (Red+Green+Blue) = 0+14+133=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 133 (52.34% from 255 or 90.48% from 147); Max value from RGB is 133 - color contains mainly: blue. Hex color #000E85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E85 is #FFF17A. Grayscale: #161616. Windows color (decimal): -16773499 or 8719872. OLE color: 8719872.

HSL color Cylindrical-coordinate representation of color #000E85: hue angle of 233.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E85 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB014133-
CMYK10.8900.48
HSL233.68º100%26.08%-
HSV(B)233.68º100%52.16%-
XYZ4.392.0122.35-
YUV23.38189.86111.32-

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) = 9.52%
BLUE value IS 133 (52.34% from 255) = 90.48%
R=0%
G=9.52%
B=90.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal01413310.8900.48233.6810026.08
Hex0E856459030ea641a
Octal01620514413106035214432
Binary011101000010111001001011001011000011101010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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