#000E87

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

Shades of Dark Blue #000E87

Tints of Dark Blue #000E87

Color information

#000E87 (or 0x000E87) is unknown color: approx Dark Blue. HEX triplet: 00, 0E and 87. RGB value is (0,14,135). Sum of RGB (Red+Green+Blue) = 0+14+135=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 135 (53.12% from 255 or 90.60% from 149); Max value from RGB is 135 - color contains mainly: blue. Hex color #000E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E87 is #FFF178. Grayscale: #171717. Windows color (decimal): -16773497 or 8850944. OLE color: 8850944.

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

Color convert

RGB014135-
CMYK10.9000.47
HSL233.78º100%26.47%-
HSV(B)233.78º100%52.94%-
XYZ4.532.0623.08-
YUV23.61190.86111.16-

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.40%
BLUE value IS 135 (53.12% from 255) = 90.60%
R=0%
G=9.40%
B=90.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01413510.9000.47233.7810026.47
Hex0E87645A02Fea641a
Octal01620714413205735214432
Binary011101000011111001001011010010111111101010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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