#0E0E35

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

Shades of Midnight Express #0E0E35

Tints of Midnight Express #0E0E35

Color information

#0E0E35 (or 0x0E0E35) is unknown color: approx Midnight Express. HEX triplet: 0E, 0E and 35. RGB value is (14,14,53). Sum of RGB (Red+Green+Blue) = 14+14+53=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 53 (21.09% from 255 or 65.43% from 81); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E0E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0E35 is #F1F1CA. Grayscale: #121212. Windows color (decimal): -15856075 or 3477006. OLE color: 3477006.

HSL color Cylindrical-coordinate representation of color #0E0E35: hue angle of 240º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E0E35 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB141453-
CMYK0.740.7400.79
HSL240º58.21%13.14%-
HSV(B)240º73.58%20.78%-
XYZ0.980.663.44-
YUV18.45147.5124.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.28%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 53 (21.09% from 255) = 65.43%
R=17.28%
G=17.28%
B=65.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1414530.740.7400.7924058.2113.14
HexEE354A4A04Ff03ad
Octal16166511211201173607215
Binary111011101101011001010100101001001111111100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,14,53); }

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

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

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

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

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

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

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