#020A30

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

Shades of Midnight Express #020A30

Tints of Midnight Express #020A30

Color information

#020A30 (or 0x020A30) is unknown color: approx Midnight Express. HEX triplet: 02, 0A and 30. RGB value is (2,10,48). Sum of RGB (Red+Green+Blue) = 2+10+48=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #020A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A30 is #FDF5CF. Grayscale: #0B0B0B. Windows color (decimal): -16643536 or 3148290. OLE color: 3148290.

HSL color Cylindrical-coordinate representation of color #020A30: hue angle of 229.57º 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 #020A30 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21048-
CMYK0.960.7900.81
HSL229.57º92%9.8%-
HSV(B)229.57º95.83%18.82%-
XYZ0.670.442.85-
YUV11.94148.35120.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 48 (19.14% from 255) = 80%
R=3.33%
G=16.67%
B=80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal210480.960.7900.81229.57929.8
Hex2A30604F051e65ca
Octal21260140117012134613412
Binary10101011000011000001001111010100011110011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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