Html Css Color HEX #0E1E48 Midnight Express

📋 copy color: '#0E1E48'

red 14 ◦ green 30 ◦ blue 72

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

Shades of Midnight Express #0E1E48

Tints of Midnight Express #0E1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.86%

 BLUE value IS 72 (28.52% from 255) = 62.07%

R = 12.07%
G = 25.86%
B = 62.07%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E1E48 (or 0x0E1E48) is known color: Midnight Express. HEX triplet: 0E, 1E and 48. RGB value is (14,30,72). Sum of RGB (Red+Green+Blue) = 14+30+72=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E1E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E48 is #F1E1B7. Grayscale: #1D1D1D. Windows color (decimal): -15851960 or 4726286. OLE color: 4726286.

HSL color Cylindrical-coordinate representation of color #0E1E48: hue angle of 223.45º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E1E48 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 30 72 -
CMYK 0.81 0.58 0 0.72
HSL 223.45º 0.67% 0.17% -
HSV(B) 223.45º 0.81% 0.28% -
XYZ 1.82 1.49 6.32 -
YUV 30 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 14 30 72 0.81 0.58 0 0.72 223.45 0.67 0.17
Hex E 1E 48 51 3A 0 48 DF 43 11
Octal 16 36 110 121 72 0 110 337 103 21
Binary 1110 11110 1001000 1010001 111010 0 1001000 11011111 1000011 10001

Color Harmonies of #0E1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1E48

Black with #0E1E48

Text Example


Text Example

White with #0E1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,30,72); }

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

background-color css

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

 a { background-color: rgb(14,30,72); }

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

border-color css

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

 span { border-color: rgb(14,30,72); }

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