#0E085B

Color #0E085B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #0E085B

Tints of Midnight Blue #0E085B

Color information

#0E085B (or 0x0E085B) is unknown color: approx Midnight Blue. HEX triplet: 0E, 08 and 5B. RGB value is (14,8,91). Sum of RGB (Red+Green+Blue) = 14+8+91=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E085B is #F1F7A4. Grayscale: #121212. Windows color (decimal): -15857573 or 5965838. OLE color: 5965838.

HSL color Cylindrical-coordinate representation of color #0E085B: hue angle of 244.34º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E085B is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB14891-
CMYK0.850.9100.64
HSL244.34º83.84%19.41%-
HSV(B)244.34º91.21%35.69%-
XYZ2.161.029.98-
YUV19.26168.49124.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 91 (35.94% from 255) = 80.53%
R=12.39%
G=7.08%
B=80.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal148910.850.9100.64244.3483.8419.41
HexE85B555B040f45413
Octal1610133125133010036412423
Binary111010001011011101010110110110100000011110100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E085B; }

 p { color: rgb(14,8,91); }

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

<style>
 a { background-color: #0E085B; }

 a { background-color: rgb(14,8,91); }

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

<style>
 span { border-color: #0E085B; }

 span { border-color: rgb(14,8,91); }

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