#020A31

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

Shades of Midnight Express #020A31

Tints of Midnight Express #020A31

Color information

#020A31 (or 0x020A31) is unknown color: approx Midnight Express. HEX triplet: 02, 0A and 31. RGB value is (2,10,49). Sum of RGB (Red+Green+Blue) = 2+10+49=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 49 (19.53% from 255 or 80.33% from 61); Max value from RGB is 49 - color contains mainly: blue. Hex color #020A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A31 is #FDF5CE. Grayscale: #0B0B0B. Windows color (decimal): -16643535 or 3213826. OLE color: 3213826.

HSL color Cylindrical-coordinate representation of color #020A31: hue angle of 229.79º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A31 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21049-
CMYK0.960.8000.81
HSL229.79º92.16%10%-
HSV(B)229.79º95.92%19.22%-
XYZ0.690.452.96-
YUV12.05148.85120.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 49 (19.53% from 255) = 80.33%
R=3.28%
G=16.39%
B=80.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal210490.960.8000.81229.7992.1610
Hex2A316050051e65ca
Octal21261140120012134613412
Binary10101011000111000001010000010100011110011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A31; }

 p { color: rgb(2,10,49); }

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

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

 a { background-color: rgb(2,10,49); }

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

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

 span { border-color: rgb(2,10,49); }

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