Html Css Color HEX #0E172C Midnight Express

📋 copy color: '#0E172C'

red 14 ◦ green 23 ◦ blue 44

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

Shades of Midnight Express #0E172C

Tints of Midnight Express #0E172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.4%

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

R = 17.28%
G = 28.4%
B = 54.32%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0E172C (or 0x0E172C) is known color: Midnight Express. HEX triplet: 0E, 17 and 2C. RGB value is (14,23,44). Sum of RGB (Red+Green+Blue) = 14+23+44=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E172C is #F1E8D3. Grayscale: #161616. Windows color (decimal): -15853780 or 2889486. OLE color: 2889486.

HSL color Cylindrical-coordinate representation of color #0E172C: hue angle of 222º 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 #0E172C is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 14 23 44 -
CMYK 0.68 0.48 0 0.83
HSL 222º 0.52% 0.11% -
HSV(B) 222º 0.68% 0.17% -
XYZ 0.94 0.89 2.5 -
YUV 22.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 14 23 44 0.68 0.48 0 0.83 222 0.52 0.11
Hex E 17 2C 44 30 0 53 DE 34 B
Octal 16 27 54 104 60 0 123 336 64 13
Binary 1110 10111 101100 1000100 110000 0 1010011 11011110 110100 1011

Color Harmonies of #0E172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E172C

Black with #0E172C

Text Example


Text Example

White with #0E172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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