#021039

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

Shades of Midnight Express #021039

Tints of Midnight Express #021039

Color information

#021039 (or 0x021039) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 39. RGB value is (2,16,57). Sum of RGB (Red+Green+Blue) = 2+16+57=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #021039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021039 is #FDEFC6. Grayscale: #101010. Windows color (decimal): -16641991 or 3739650. OLE color: 3739650.

HSL color Cylindrical-coordinate representation of color #021039: hue angle of 224.73º 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 #021039 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21657-
CMYK0.960.7200.78
HSL224.73º93.22%11.57%-
HSV(B)224.73º96.49%22.35%-
XYZ0.950.683.95-
YUV16.49150.86117.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.67%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 57 (22.66% from 255) = 76%
R=2.67%
G=21.33%
B=76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal216570.960.7200.78224.7393.2211.57
Hex21039604804Ee15dc
Octal22071140110011634113514
Binary101000011100111000001001000010011101110000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021039; }

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

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

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

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

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

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

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

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