#0E1632

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

Shades of Midnight Express #0E1632

Tints of Midnight Express #0E1632

Color information

#0E1632 (or 0x0E1632) is unknown color: approx Midnight Express. HEX triplet: 0E, 16 and 32. RGB value is (14,22,50). Sum of RGB (Red+Green+Blue) = 14+22+50=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E1632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1632 is #F1E9CD. Grayscale: #161616. Windows color (decimal): -15854030 or 3282446. OLE color: 3282446.

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

Color convert

RGB142250-
CMYK0.720.5600.80
HSL226.67º56.25%12.55%-
HSV(B)226.67º72%19.61%-
XYZ1.040.93.14-
YUV22.8143.35121.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.28%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 50 (19.92% from 255) = 58.14%
R=16.28%
G=25.58%
B=58.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1422500.720.5600.80226.6756.2512.55
HexE16324838050e338d
Octal1626621107001203437015
Binary111010110110010100100011100001010000111000111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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