#021239

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

Shades of Midnight Express #021239

Tints of Midnight Express #021239

Color information

#021239 (or 0x021239) is unknown color: approx Midnight Express. HEX triplet: 02, 12 and 39. RGB value is (2,18,57). Sum of RGB (Red+Green+Blue) = 2+18+57=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #021239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021239 is #FDEDC6. Grayscale: #111111. Windows color (decimal): -16641479 or 3740162. OLE color: 3740162.

HSL color Cylindrical-coordinate representation of color #021239: hue angle of 222.55º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021239 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21857-
CMYK0.960.6800.78
HSL222.55º93.22%11.57%-
HSV(B)222.55º96.49%22.35%-
XYZ0.980.743.96-
YUV17.66150.2116.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 57 (22.66% from 255) = 74.03%
R=2.60%
G=23.38%
B=74.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal218570.960.6800.78222.5593.2211.57
Hex21239604404Edf5dc
Octal22271140104011633713514
Binary101001011100111000001000100010011101101111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021239; }

 p { color: rgb(2,18,57); }

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

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

 a { background-color: rgb(2,18,57); }

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

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

 span { border-color: rgb(2,18,57); }

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