#020C44

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

Shades of Midnight Express #020C44

Tints of Midnight Express #020C44

Color information

#020C44 (or 0x020C44) is unknown color: approx Midnight Express. HEX triplet: 02, 0C and 44. RGB value is (2,12,68). Sum of RGB (Red+Green+Blue) = 2+12+68=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 68 (26.95% from 255 or 82.93% from 82); Max value from RGB is 68 - color contains mainly: blue. Hex color #020C44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C44 is #FDF3BB. Grayscale: #0F0F0F. Windows color (decimal): -16643004 or 4459522. OLE color: 4459522.

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

Color convert

RGB21268-
CMYK0.970.8200.73
HSL230.91º94.29%13.73%-
HSV(B)230.91º97.06%26.67%-
XYZ1.20.695.54-
YUV15.39157.69118.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 68 (26.95% from 255) = 82.93%
R=2.44%
G=14.63%
B=82.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal212680.970.8200.73230.9194.2913.73
Hex2C446152049e75ee
Octal214104141122011134713616
Binary101100100010011000011010010010010011110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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