Html Css Color HEX #0E0D39 Midnight Express

📋 copy color: '#0E0D39'

red 14 ◦ green 13 ◦ blue 57

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

Shades of Midnight Express #0E0D39

Tints of Midnight Express #0E0D39

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.48%

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

R = 16.67%
G = 15.48%
B = 67.86%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E0D39 (or 0x0E0D39) is known color: Midnight Express. HEX triplet: 0E, 0D and 39. RGB value is (14,13,57). Sum of RGB (Red+Green+Blue) = 14+13+57=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E0D39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D39 is #F1F2C6. Grayscale: #121212. Windows color (decimal): -15856327 or 3738894. OLE color: 3738894.

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

Color convert

RGB 14 13 57 -
CMYK 0.75 0.77 0 0.78
HSL 241.36º 0.63% 0.14% -
HSV(B) 241.36º 0.77% 0.22% -
XYZ 1.06 0.68 3.95 -
YUV 18.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 14 13 57 0.75 0.77 0 0.78 241.36 0.63 0.14
Hex E D 39 4B 4D 0 4E F1 3F E
Octal 16 15 71 113 115 0 116 361 77 16
Binary 1110 1101 111001 1001011 1001101 0 1001110 11110001 111111 1110

Color Harmonies of #0E0D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D39

Black with #0E0D39

Text Example


Text Example

White with #0E0D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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