#020C46

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

Shades of Midnight Express #020C46

Tints of Midnight Express #020C46

Color information

#020C46 (or 0x020C46) is unknown color: approx Midnight Express. HEX triplet: 02, 0C and 46. RGB value is (2,12,70). Sum of RGB (Red+Green+Blue) = 2+12+70=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 70 (27.73% from 255 or 83.33% from 84); Max value from RGB is 70 - color contains mainly: blue. Hex color #020C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C46 is #FDF3B9. Grayscale: #0F0F0F. Windows color (decimal): -16643002 or 4590594. OLE color: 4590594.

HSL color Cylindrical-coordinate representation of color #020C46: hue angle of 231.18º 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 #020C46 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB21270-
CMYK0.970.8300.73
HSL231.18º94.44%14.12%-
HSV(B)231.18º97.14%27.45%-
XYZ1.260.725.87-
YUV15.62158.69118.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 70 (27.73% from 255) = 83.33%
R=2.38%
G=14.29%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal212700.970.8300.73231.1894.4414.12
Hex2C466153049e75ee
Octal214106141123011134713616
Binary101100100011011000011010011010010011110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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