#020A43

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

Shades of Midnight Express #020A43

Tints of Midnight Express #020A43

Color information

#020A43 (or 0x020A43) is unknown color: approx Midnight Express. HEX triplet: 02, 0A and 43. RGB value is (2,10,67). Sum of RGB (Red+Green+Blue) = 2+10+67=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 67 (26.56% from 255 or 84.81% from 79); Max value from RGB is 67 - color contains mainly: blue. Hex color #020A43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A43 is #FDF5BC. Grayscale: #0D0D0D. Windows color (decimal): -16643517 or 4393474. OLE color: 4393474.

HSL color Cylindrical-coordinate representation of color #020A43: hue angle of 232.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A43 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB21067-
CMYK0.970.8500.74
HSL232.62º94.2%13.53%-
HSV(B)232.62º97.01%26.27%-
XYZ1.150.645.37-
YUV14.11157.85119.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 67 (26.56% from 255) = 84.81%
R=2.53%
G=12.66%
B=84.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal210670.970.8500.74232.6294.213.53
Hex2A43615504Ae95ee
Octal212103141125011235113616
Binary101010100001111000011010101010010101110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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