#02112E

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

Shades of Midnight Express #02112E

Tints of Midnight Express #02112E

Color information

#02112E (or 0x02112E) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 2E. RGB value is (2,17,46). Sum of RGB (Red+Green+Blue) = 2+17+46=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #02112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02112E is #FDEED1. Grayscale: #0F0F0F. Windows color (decimal): -16641746 or 3019010. OLE color: 3019010.

HSL color Cylindrical-coordinate representation of color #02112E: hue angle of 219.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02112E is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB21746-
CMYK0.960.6300.82
HSL219.55º91.67%9.41%-
HSV(B)219.55º95.65%18.04%-
XYZ0.720.612.66-
YUV15.82145.03118.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=3.08%
G=26.15%
B=70.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal217460.960.6300.82219.5591.679.41
Hex2112E603F052dc5c9
Octal2215614077012233413411
Binary10100011011101100000111111010100101101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02112E; }

 p { color: rgb(2,17,46); }

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

<style>
 a { background-color: #02112E; }

 a { background-color: rgb(2,17,46); }

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

<style>
 span { border-color: #02112E; }

 span { border-color: rgb(2,17,46); }

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