#020A37

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

Shades of Midnight Express #020A37

Tints of Midnight Express #020A37

Color information

#020A37 (or 0x020A37) is unknown color: approx Midnight Express. HEX triplet: 02, 0A and 37. RGB value is (2,10,55). Sum of RGB (Red+Green+Blue) = 2+10+55=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 55 (21.88% from 255 or 82.09% from 67); Max value from RGB is 55 - color contains mainly: blue. Hex color #020A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A37 is #FDF5C8. Grayscale: #0C0C0C. Windows color (decimal): -16643529 or 3607042. OLE color: 3607042.

HSL color Cylindrical-coordinate representation of color #020A37: hue angle of 230.94º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020A37 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB21055-
CMYK0.960.8200.78
HSL230.94º92.98%11.18%-
HSV(B)230.94º96.36%21.57%-
XYZ0.820.513.67-
YUV12.74151.85120.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 10 (4.30% from 255) = 14.93%
BLUE value IS 55 (21.88% from 255) = 82.09%
R=2.99%
G=14.93%
B=82.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal210550.960.8200.78230.9492.9811.18
Hex2A37605204Ee75db
Octal21267140122011634713513
Binary10101011011111000001010010010011101110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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