Html Css Color HEX #0E1139 Midnight Express

📋 copy color: '#0E1139'

red 14 ◦ green 17 ◦ blue 57

#0E1139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #0E1139

Tints of Midnight Express #0E1139

RGB

 RED value IS 14 (5.86% from 255) = 15.91%

 GREEN value IS 17 (7.03% from 255) = 19.32%

 BLUE value IS 57 (22.66% from 255) = 64.77%

R = 15.91%
G = 19.32%
B = 64.77%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E1139 (or 0x0E1139) is known color: Midnight Express. HEX triplet: 0E, 11 and 39. RGB value is (14,17,57). Sum of RGB (Red+Green+Blue) = 14+17+57=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E1139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1139 is #F1EEC6. Grayscale: #141414. Windows color (decimal): -15855303 or 3739918. OLE color: 3739918.

HSL color Cylindrical-coordinate representation of color #0E1139: hue angle of 235.81º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E1139 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 17 57 -
CMYK 0.75 0.70 0 0.78
HSL 235.81º 0.61% 0.14% -
HSV(B) 235.81º 0.75% 0.22% -
XYZ 1.12 0.79 3.96 -
YUV 20.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 14 17 57 0.75 0.70 0 0.78 235.81 0.61 0.14
Hex E 11 39 4B 46 0 4E EC 3D E
Octal 16 21 71 113 106 0 116 354 75 16
Binary 1110 10001 111001 1001011 1000110 0 1001110 11101100 111101 1110

Color Harmonies of #0E1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1139

Black with #0E1139

Text Example


Text Example

White with #0E1139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,57); }

 H1.HeaderClassName
 {
   color: #0E1139;
 }
 .AnyTagClassName
 {
   color: #0E1139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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