#020D46

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

Shades of Midnight Express #020D46

Tints of Midnight Express #020D46

Color information

#020D46 (or 0x020D46) is unknown color: approx Midnight Express. HEX triplet: 02, 0D and 46. RGB value is (2,13,70). Sum of RGB (Red+Green+Blue) = 2+13+70=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 70 (27.73% from 255 or 82.35% from 85); Max value from RGB is 70 - color contains mainly: blue. Hex color #020D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D46 is #FDF2B9. Grayscale: #0F0F0F. Windows color (decimal): -16642746 or 4590850. OLE color: 4590850.

HSL color Cylindrical-coordinate representation of color #020D46: hue angle of 230.29º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D46 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB21370-
CMYK0.970.8100.73
HSL230.29º94.44%14.12%-
HSV(B)230.29º97.14%27.45%-
XYZ1.270.745.87-
YUV16.21158.36117.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 70 (27.73% from 255) = 82.35%
R=2.35%
G=15.29%
B=82.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal213700.970.8100.73230.2994.4414.12
Hex2D466151049e65ee
Octal215106141121011134613616
Binary101101100011011000011010001010010011110011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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