Html Css Color HEX #0E192C Midnight Express

📋 copy color: '#0E192C'

red 14 ◦ green 25 ◦ blue 44

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

Shades of Midnight Express #0E192C

Tints of Midnight Express #0E192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 44 (17.58% from 255) = 53.01%

R = 16.87%
G = 30.12%
B = 53.01%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0E192C (or 0x0E192C) is known color: Midnight Express. HEX triplet: 0E, 19 and 2C. RGB value is (14,25,44). Sum of RGB (Red+Green+Blue) = 14+25+44=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E192C is #F1E6D3. Grayscale: #171717. Windows color (decimal): -15853268 or 2889998. OLE color: 2889998.

HSL color Cylindrical-coordinate representation of color #0E192C: hue angle of 218º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E192C is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 14 25 44 -
CMYK 0.68 0.43 0 0.83
HSL 218º 0.52% 0.11% -
HSV(B) 218º 0.68% 0.17% -
XYZ 0.98 0.97 2.52 -
YUV 23.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 14 25 44 0.68 0.43 0 0.83 218 0.52 0.11
Hex E 19 2C 44 2B 0 53 DA 34 B
Octal 16 31 54 104 53 0 123 332 64 13
Binary 1110 11001 101100 1000100 101011 0 1010011 11011010 110100 1011

Color Harmonies of #0E192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E192C

Black with #0E192C

Text Example


Text Example

White with #0E192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,25,44); }

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

background-color css

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

 a { background-color: rgb(14,25,44); }

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

border-color css

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

 span { border-color: rgb(14,25,44); }

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