#020D47

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

Shades of Midnight Express #020D47

Tints of Midnight Express #020D47

Color information

#020D47 (or 0x020D47) is unknown color: approx Midnight Express. HEX triplet: 02, 0D and 47. RGB value is (2,13,71). Sum of RGB (Red+Green+Blue) = 2+13+71=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #020D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D47 is #FDF2B8. Grayscale: #101010. Windows color (decimal): -16642745 or 4656386. OLE color: 4656386.

HSL color Cylindrical-coordinate representation of color #020D47: hue angle of 230.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D47 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21371-
CMYK0.970.8200.72
HSL230.43º94.52%14.31%-
HSV(B)230.43º97.18%27.84%-
XYZ1.310.766.04-
YUV16.32158.86117.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 71 (28.12% from 255) = 82.56%
R=2.33%
G=15.12%
B=82.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal213710.970.8200.72230.4394.5214.31
Hex2D476152048e65fe
Octal215107141122011034613716
Binary101101100011111000011010010010010001110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,13,71); }

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

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

 a { background-color: rgb(2,13,71); }

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

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

 span { border-color: rgb(2,13,71); }

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