#0E085C

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

Shades of Midnight Blue #0E085C

Tints of Midnight Blue #0E085C

Color information

#0E085C (or 0x0E085C) is unknown color: approx Midnight Blue. HEX triplet: 0E, 08 and 5C. RGB value is (14,8,92). Sum of RGB (Red+Green+Blue) = 14+8+92=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E085C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E085C is #F1F7A3. Grayscale: #131313. Windows color (decimal): -15857572 or 6031374. OLE color: 6031374.

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

Color convert

RGB14892-
CMYK0.850.9100.64
HSL244.29º84%19.61%-
HSV(B)244.29º91.3%36.08%-
XYZ2.21.0410.21-
YUV19.37168.99124.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.28%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 92 (36.33% from 255) = 80.70%
R=12.28%
G=7.02%
B=80.70%

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
Decimal148920.850.9100.64244.298419.61
HexE85C555B040f45414
Octal1610134125133010036412424
Binary111010001011100101010110110110100000011110100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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