Html Css Color HEX #0E1534 Midnight Express

📋 copy color: '#0E1534'

red 14 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #0E1534

Tints of Midnight Express #0E1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

 BLUE value IS 52 (20.7% from 255) = 59.77%

R = 16.09%
G = 24.14%
B = 59.77%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0E1534 (or 0x0E1534) is known color: Midnight Express. HEX triplet: 0E, 15 and 34. RGB value is (14,21,52). Sum of RGB (Red+Green+Blue) = 14+21+52=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E1534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1534 is #F1EACB. Grayscale: #161616. Windows color (decimal): -15854284 or 3413262. OLE color: 3413262.

HSL color Cylindrical-coordinate representation of color #0E1534: hue angle of 228.95º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1534 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 14 21 52 -
CMYK 0.73 0.60 0 0.80
HSL 228.95º 0.58% 0.13% -
HSV(B) 228.95º 0.73% 0.2% -
XYZ 1.07 0.88 3.36 -
YUV 22.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 14 21 52 0.73 0.60 0 0.80 228.95 0.58 0.13
Hex E 15 34 49 3C 0 50 E5 3A D
Octal 16 25 64 111 74 0 120 345 72 15
Binary 1110 10101 110100 1001001 111100 0 1010000 11100101 111010 1101

Color Harmonies of #0E1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1534

Black with #0E1534

Text Example


Text Example

White with #0E1534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,21,52); }

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

background-color css

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

 a { background-color: rgb(14,21,52); }

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

border-color css

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

 span { border-color: rgb(14,21,52); }

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