Html Css Color HEX #0E1237 Midnight Express

📋 copy color: '#0E1237'

red 14 ◦ green 18 ◦ blue 55

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

Shades of Midnight Express #0E1237

Tints of Midnight Express #0E1237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.69%

 BLUE value IS 55 (21.88% from 255) = 63.22%

R = 16.09%
G = 20.69%
B = 63.22%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E1237 (or 0x0E1237) is known color: Midnight Express. HEX triplet: 0E, 12 and 37. RGB value is (14,18,55). Sum of RGB (Red+Green+Blue) = 14+18+55=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E1237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1237 is #F1EDC8. Grayscale: #141414. Windows color (decimal): -15855049 or 3609102. OLE color: 3609102.

HSL color Cylindrical-coordinate representation of color #0E1237: hue angle of 234.15º degrees, saturation: 0.59, 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 #0E1237 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 18 55 -
CMYK 0.75 0.67 0 0.78
HSL 234.15º 0.59% 0.14% -
HSV(B) 234.15º 0.75% 0.22% -
XYZ 1.09 0.8 3.71 -
YUV 21.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 14 18 55 0.75 0.67 0 0.78 234.15 0.59 0.14
Hex E 12 37 4B 43 0 4E EA 3B E
Octal 16 22 67 113 103 0 116 352 73 16
Binary 1110 10010 110111 1001011 1000011 0 1001110 11101010 111011 1110

Color Harmonies of #0E1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1237

Black with #0E1237

Text Example


Text Example

White with #0E1237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,18,55); }

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

background-color css

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

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

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

border-color css

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

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

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