Html Css Color HEX #0E1036 Midnight Express

📋 copy color: '#0E1036'

red 14 ◦ green 16 ◦ blue 54

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

Shades of Midnight Express #0E1036

Tints of Midnight Express #0E1036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.05%

 BLUE value IS 54 (21.48% from 255) = 64.29%

R = 16.67%
G = 19.05%
B = 64.29%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0E1036 (or 0x0E1036) is known color: Midnight Express. HEX triplet: 0E, 10 and 36. RGB value is (14,16,54). Sum of RGB (Red+Green+Blue) = 14+16+54=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E1036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1036 is #F1EFC9. Grayscale: #131313. Windows color (decimal): -15855562 or 3543054. OLE color: 3543054.

HSL color Cylindrical-coordinate representation of color #0E1036: hue angle of 237º degrees, saturation: 0.59, 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 #0E1036 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 14 16 54 -
CMYK 0.74 0.70 0 0.79
HSL 237º 0.59% 0.13% -
HSV(B) 237º 0.74% 0.21% -
XYZ 1.03 0.73 3.58 -
YUV 19.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 14 16 54 0.74 0.70 0 0.79 237 0.59 0.13
Hex E 10 36 4A 46 0 4F ED 3B D
Octal 16 20 66 112 106 0 117 355 73 15
Binary 1110 10000 110110 1001010 1000110 0 1001111 11101101 111011 1101

Color Harmonies of #0E1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1036

Black with #0E1036

Text Example


Text Example

White with #0E1036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,54); }

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

background-color css

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

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

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

border-color css

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

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

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