#02112F

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

Shades of Midnight Express #02112F

Tints of Midnight Express #02112F

Color information

#02112F (or 0x02112F) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 2F. RGB value is (2,17,47). Sum of RGB (Red+Green+Blue) = 2+17+47=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #02112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02112F is #FDEED0. Grayscale: #0F0F0F. Windows color (decimal): -16641745 or 3084546. OLE color: 3084546.

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

Color convert

RGB21747-
CMYK0.960.6400.82
HSL220º91.84%9.61%-
HSV(B)220º95.74%18.43%-
XYZ0.740.622.77-
YUV15.94145.53118.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=3.03%
G=25.76%
B=71.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal217470.960.6400.8222091.849.61
Hex2112F6040052dc5ca
Octal22157140100012233413412
Binary101000110111111000001000000010100101101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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