#020D3D

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

Shades of Midnight Express #020D3D

Tints of Midnight Express #020D3D

Color information

#020D3D (or 0x020D3D) is unknown color: approx Midnight Express. HEX triplet: 02, 0D and 3D. RGB value is (2,13,61). Sum of RGB (Red+Green+Blue) = 2+13+61=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 61 (24.22% from 255 or 80.26% from 76); Max value from RGB is 61 - color contains mainly: blue. Hex color #020D3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D3D is #FDF2C2. Grayscale: #0E0E0E. Windows color (decimal): -16642755 or 4001026. OLE color: 4001026.

HSL color Cylindrical-coordinate representation of color #020D3D: hue angle of 228.81º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D3D is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB21361-
CMYK0.970.7900.76
HSL228.81º93.65%12.35%-
HSV(B)228.81º96.72%23.92%-
XYZ1.010.644.48-
YUV15.18153.86118.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 61 (24.22% from 255) = 80.26%
R=2.63%
G=17.11%
B=80.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal213610.970.7900.76228.8193.6512.35
Hex2D3D614F04Ce55ec
Octal21575141117011434513614
Binary10110111110111000011001111010011001110010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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