#020D2B

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

Shades of Midnight Express #020D2B

Tints of Midnight Express #020D2B

Color information

#020D2B (or 0x020D2B) is unknown color: approx Midnight Express. HEX triplet: 02, 0D and 2B. RGB value is (2,13,43). Sum of RGB (Red+Green+Blue) = 2+13+43=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 43 (17.19% from 255 or 74.14% from 58); Max value from RGB is 43 - color contains mainly: blue. Hex color #020D2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D2B is #FDF2D4. Grayscale: #0D0D0D. Windows color (decimal): -16642773 or 2821378. OLE color: 2821378.

HSL color Cylindrical-coordinate representation of color #020D2B: hue angle of 223.9º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020D2B is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB21343-
CMYK0.950.7000.83
HSL223.9º91.11%8.82%-
HSV(B)223.9º95.35%16.86%-
XYZ0.610.482.35-
YUV13.13144.86120.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 43 (17.19% from 255) = 74.14%
R=3.45%
G=22.41%
B=74.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal213430.950.7000.83223.991.118.82
Hex2D2B5F46053e05b9
Octal21553137106012334013311
Binary10110110101110111111000110010100111110000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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