#0E1738

Color #0E1738 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #0E1738

Tints of Midnight Express #0E1738

Color information

#0E1738 (or 0x0E1738) is unknown color: approx Midnight Express. HEX triplet: 0E, 17 and 38. RGB value is (14,23,56). Sum of RGB (Red+Green+Blue) = 14+23+56=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1738 is #F1E8C7. Grayscale: #171717. Windows color (decimal): -15853768 or 3675918. OLE color: 3675918.

HSL color Cylindrical-coordinate representation of color #0E1738: hue angle of 227.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E1738 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB142356-
CMYK0.750.5900.78
HSL227.14º60%13.73%-
HSV(B)227.14º75%21.96%-
XYZ1.20.993.87-
YUV24.07146.02120.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 56 (22.27% from 255) = 60.22%
R=15.05%
G=24.73%
B=60.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1423560.750.5900.78227.146013.73
HexE17384B3B04Ee33ce
Octal1627701137301163437416
Binary111010111111000100101111101101001110111000111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E1738;
 }
 .AnyTagClassName
 {
   color: #0E1738;
 }
</style>
background-color css

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

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

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

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

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

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