Html Css Color HEX #0E1A31 Midnight Express

📋 copy color: '#0E1A31'

red 14 ◦ green 26 ◦ blue 49

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

Shades of Midnight Express #0E1A31

Tints of Midnight Express #0E1A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.21%

 BLUE value IS 49 (19.53% from 255) = 55.06%

R = 15.73%
G = 29.21%
B = 55.06%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0E1A31 (or 0x0E1A31) is known color: Midnight Express. HEX triplet: 0E, 1A and 31. RGB value is (14,26,49). Sum of RGB (Red+Green+Blue) = 14+26+49=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #0E1A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1A31 is #F1E5CE. Grayscale: #181818. Windows color (decimal): -15853007 or 3217934. OLE color: 3217934.

HSL color Cylindrical-coordinate representation of color #0E1A31: hue angle of 219.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E1A31 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 26 49 -
CMYK 0.71 0.47 0 0.81
HSL 219.43º 0.56% 0.12% -
HSV(B) 219.43º 0.71% 0.19% -
XYZ 1.1 1.05 3.05 -
YUV 25.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 14 26 49 0.71 0.47 0 0.81 219.43 0.56 0.12
Hex E 1A 31 47 2F 0 51 DB 38 C
Octal 16 32 61 107 57 0 121 333 70 14
Binary 1110 11010 110001 1000111 101111 0 1010001 11011011 111000 1100

Color Harmonies of #0E1A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1A31

Black with #0E1A31

Text Example


Text Example

White with #0E1A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,26,49); }

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

background-color css

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

 a { background-color: rgb(14,26,49); }

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

border-color css

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

 span { border-color: rgb(14,26,49); }

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