#0E244A

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

Shades of Midnight #0E244A

Tints of Midnight #0E244A

Color information

#0E244A (or 0x0E244A) is unknown color: approx Midnight. HEX triplet: 0E, 24 and 4A. RGB value is (14,36,74). Sum of RGB (Red+Green+Blue) = 14+36+74=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E244A is #F1DBB5. Grayscale: #212121. Windows color (decimal): -15850422 or 4858894. OLE color: 4858894.

HSL color Cylindrical-coordinate representation of color #0E244A: hue angle of 218º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E244A is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB143674-
CMYK0.810.5100.71
HSL218º68.18%17.25%-
HSV(B)218º81.08%29.02%-
XYZ2.051.856.73-
YUV33.75150.71113.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.29%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 74 (29.30% from 255) = 59.68%
R=11.29%
G=29.03%
B=59.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1436740.810.5100.7121868.1817.25
HexE244A5133047da4411
Octal164411212163010733210421
Binary1110100100100101010100011100110100011111011010100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,36,74); }

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

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

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

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

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

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

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