Html Css Color HEX #0E173A Midnight Express

📋 copy color: '#0E173A'

red 14 ◦ green 23 ◦ blue 58

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

Shades of Midnight Express #0E173A

Tints of Midnight Express #0E173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 61.05%

R = 14.74%
G = 24.21%
B = 61.05%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0E173A (or 0x0E173A) is known color: Midnight Express. HEX triplet: 0E, 17 and 3A. RGB value is (14,23,58). Sum of RGB (Red+Green+Blue) = 14+23+58=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E173A is #F1E8C5. Grayscale: #181818. Windows color (decimal): -15853766 or 3806990. OLE color: 3806990.

HSL color Cylindrical-coordinate representation of color #0E173A: hue angle of 227.73º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E173A is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 14 23 58 -
CMYK 0.76 0.60 0 0.77
HSL 227.73º 0.61% 0.14% -
HSV(B) 227.73º 0.76% 0.23% -
XYZ 1.25 1.01 4.13 -
YUV 24.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 14 23 58 0.76 0.60 0 0.77 227.73 0.61 0.14
Hex E 17 3A 4C 3C 0 4D E4 3D E
Octal 16 27 72 114 74 0 115 344 75 16
Binary 1110 10111 111010 1001100 111100 0 1001101 11100100 111101 1110

Color Harmonies of #0E173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E173A

Black with #0E173A

Text Example


Text Example

White with #0E173A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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