#0E1633

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

Shades of Midnight Express #0E1633

Tints of Midnight Express #0E1633

Color information

#0E1633 (or 0x0E1633) is unknown color: approx Midnight Express. HEX triplet: 0E, 16 and 33. RGB value is (14,22,51). Sum of RGB (Red+Green+Blue) = 14+22+51=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #0E1633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1633 is #F1E9CC. Grayscale: #161616. Windows color (decimal): -15854029 or 3347982. OLE color: 3347982.

HSL color Cylindrical-coordinate representation of color #0E1633: hue angle of 227.03º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1633 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB142251-
CMYK0.730.5700.8
HSL227.03º56.92%12.75%-
HSV(B)227.03º72.55%20%-
XYZ1.070.913.25-
YUV22.91143.85121.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.09%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 51 (20.31% from 255) = 58.62%
R=16.09%
G=25.29%
B=58.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1422510.730.5700.8227.0356.9212.75
HexE16334939050e339d
Octal1626631117101203437115
Binary111010110110011100100111100101010000111000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,51); }

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

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

 a { background-color: rgb(14,22,51); }

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

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

 span { border-color: rgb(14,22,51); }

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