Html Css Color HEX #0E0C37 Midnight Express

📋 copy color: '#0E0C37'

red 14 ◦ green 12 ◦ blue 55

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

Shades of Midnight Express #0E0C37

Tints of Midnight Express #0E0C37

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.81%

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

R = 17.28%
G = 14.81%
B = 67.9%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0E0C37 (or 0x0E0C37) is known color: Midnight Express. HEX triplet: 0E, 0C and 37. RGB value is (14,12,55). Sum of RGB (Red+Green+Blue) = 14+12+55=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E0C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C37 is #F1F3C8. Grayscale: #111111. Windows color (decimal): -15856585 or 3607566. OLE color: 3607566.

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

Color convert

RGB 14 12 55 -
CMYK 0.75 0.78 0 0.78
HSL 242.79º 0.64% 0.13% -
HSV(B) 242.79º 0.78% 0.22% -
XYZ 1 0.63 3.68 -
YUV 17.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 14 12 55 0.75 0.78 0 0.78 242.79 0.64 0.13
Hex E C 37 4B 4E 0 4E F3 40 D
Octal 16 14 67 113 116 0 116 363 100 15
Binary 1110 1100 110111 1001011 1001110 0 1001110 11110011 1000000 1101

Color Harmonies of #0E0C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C37

Black with #0E0C37

Text Example


Text Example

White with #0E0C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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