Html Css Color HEX #0E0939 Midnight Express

📋 copy color: '#0E0939'

red 14 ◦ green 9 ◦ blue 57

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

Shades of Midnight Express #0E0939

Tints of Midnight Express #0E0939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.25%

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

R = 17.5%
G = 11.25%
B = 71.25%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E0939 (or 0x0E0939) is known color: Midnight Express. HEX triplet: 0E, 09 and 39. RGB value is (14,9,57). Sum of RGB (Red+Green+Blue) = 14+9+57=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E0939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0939 is #F1F6C6. Grayscale: #0F0F0F. Windows color (decimal): -15857351 or 3737870. OLE color: 3737870.

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

Color convert

RGB 14 9 57 -
CMYK 0.75 0.84 0 0.78
HSL 246.25º 0.73% 0.13% -
HSV(B) 246.25º 0.84% 0.22% -
XYZ 1.02 0.58 3.93 -
YUV 15.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 14 9 57 0.75 0.84 0 0.78 246.25 0.73 0.13
Hex E 9 39 4B 54 0 4E F6 49 D
Octal 16 11 71 113 124 0 116 366 111 15
Binary 1110 1001 111001 1001011 1010100 0 1001110 11110110 1001001 1101

Color Harmonies of #0E0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0939

Black with #0E0939

Text Example


Text Example

White with #0E0939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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