#020D33

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

Shades of Midnight Express #020D33

Tints of Midnight Express #020D33

Color information

#020D33 (or 0x020D33) is unknown color: approx Midnight Express. HEX triplet: 02, 0D and 33. RGB value is (2,13,51). Sum of RGB (Red+Green+Blue) = 2+13+51=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 51 (20.31% from 255 or 77.27% from 66); Max value from RGB is 51 - color contains mainly: blue. Hex color #020D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D33 is #FDF2CC. Grayscale: #0D0D0D. Windows color (decimal): -16642765 or 3345666. OLE color: 3345666.

HSL color Cylindrical-coordinate representation of color #020D33: hue angle of 226.53º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020D33 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB21351-
CMYK0.960.7500.8
HSL226.53º92.45%10.39%-
HSV(B)226.53º96.08%20%-
XYZ0.770.543.2-
YUV14.04148.86119.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 51 (20.31% from 255) = 77.27%
R=3.03%
G=19.70%
B=77.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal213510.960.7500.8226.5392.4510.39
Hex2D33604B050e35ca
Octal21563140113012034313412
Binary10110111001111000001001011010100001110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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