#000E8B

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

Shades of Dark Blue #000E8B

Tints of Dark Blue #000E8B

Color information

#000E8B (or 0x000E8B) is unknown color: approx Dark Blue. HEX triplet: 00, 0E and 8B. RGB value is (0,14,139). Sum of RGB (Red+Green+Blue) = 0+14+139=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 139 (54.69% from 255 or 90.85% from 153); Max value from RGB is 139 - color contains mainly: blue. Hex color #000E8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E8B is #FFF174. Grayscale: #171717. Windows color (decimal): -16773493 or 9113088. OLE color: 9113088.

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

Color convert

RGB014139-
CMYK10.9000.45
HSL233.96º100%27.25%-
HSV(B)233.96º100%54.51%-
XYZ4.822.1824.59-
YUV24.06192.86110.84-

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.15%
BLUE value IS 139 (54.69% from 255) = 90.85%
R=0%
G=9.15%
B=90.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01413910.9000.45233.9610027.25
Hex0E8B645A02Dea641b
Octal01621314413205535214433
Binary011101000101111001001011010010110111101010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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