Html Css Color HEX #0E113D Midnight Express

📋 copy color: '#0E113D'

red 14 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #0E113D

Tints of Midnight Express #0E113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 66.3%

R = 15.22%
G = 18.48%
B = 66.3%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0E113D (or 0x0E113D) is known color: Midnight Express. HEX triplet: 0E, 11 and 3D. RGB value is (14,17,61). Sum of RGB (Red+Green+Blue) = 14+17+61=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E113D is #F1EEC2. Grayscale: #141414. Windows color (decimal): -15855299 or 4002062. OLE color: 4002062.

HSL color Cylindrical-coordinate representation of color #0E113D: hue angle of 236.17º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E113D is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 14 17 61 -
CMYK 0.77 0.72 0 0.76
HSL 236.17º 0.63% 0.15% -
HSV(B) 236.17º 0.77% 0.24% -
XYZ 1.22 0.83 4.51 -
YUV 21.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 14 17 61 0.77 0.72 0 0.76 236.17 0.63 0.15
Hex E 11 3D 4D 48 0 4C EC 3F F
Octal 16 21 75 115 110 0 114 354 77 17
Binary 1110 10001 111101 1001101 1001000 0 1001100 11101100 111111 1111

Color Harmonies of #0E113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E113D

Black with #0E113D

Text Example


Text Example

White with #0E113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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