#020E37

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

Shades of Midnight Express #020E37

Tints of Midnight Express #020E37

Color information

#020E37 (or 0x020E37) is unknown color: approx Midnight Express. HEX triplet: 02, 0E and 37. RGB value is (2,14,55). Sum of RGB (Red+Green+Blue) = 2+14+55=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #020E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E37 is #FDF1C8. Grayscale: #0E0E0E. Windows color (decimal): -16642505 or 3608066. OLE color: 3608066.

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

Color convert

RGB21455-
CMYK0.960.7500.78
HSL226.42º92.98%11.18%-
HSV(B)226.42º96.36%21.57%-
XYZ0.870.63.68-
YUV15.09150.52118.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 55 (21.88% from 255) = 77.46%
R=2.82%
G=19.72%
B=77.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal214550.960.7500.78226.4292.9811.18
Hex2E37604B04Ee25db
Octal21667140113011634213513
Binary10111011011111000001001011010011101110001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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