#020A3B

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

Shades of Midnight Express #020A3B

Tints of Midnight Express #020A3B

Color information

#020A3B (or 0x020A3B) is unknown color: approx Midnight Express. HEX triplet: 02, 0A and 3B. RGB value is (2,10,59). Sum of RGB (Red+Green+Blue) = 2+10+59=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 59 (23.44% from 255 or 83.10% from 71); Max value from RGB is 59 - color contains mainly: blue. Hex color #020A3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A3B is #FDF5C4. Grayscale: #0C0C0C. Windows color (decimal): -16643525 or 3869186. OLE color: 3869186.

HSL color Cylindrical-coordinate representation of color #020A3B: hue angle of 231.58º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A3B is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB21059-
CMYK0.970.8300.77
HSL231.58º93.44%11.96%-
HSV(B)231.58º96.61%23.14%-
XYZ0.920.554.19-
YUV13.19153.85120.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 10 (4.30% from 255) = 14.08%
BLUE value IS 59 (23.44% from 255) = 83.10%
R=2.82%
G=14.08%
B=83.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal210590.970.8300.77231.5893.4411.96
Hex2A3B615304De85dc
Octal21273141123011535013514
Binary10101011101111000011010011010011011110100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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