#020C34

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

Shades of Midnight Express #020C34

Tints of Midnight Express #020C34

Color information

#020C34 (or 0x020C34) is unknown color: approx Midnight Express. HEX triplet: 02, 0C and 34. RGB value is (2,12,52). Sum of RGB (Red+Green+Blue) = 2+12+52=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 52 (20.70% from 255 or 78.79% from 66); Max value from RGB is 52 - color contains mainly: blue. Hex color #020C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C34 is #FDF3CB. Grayscale: #0D0D0D. Windows color (decimal): -16643020 or 3410946. OLE color: 3410946.

HSL color Cylindrical-coordinate representation of color #020C34: hue angle of 228º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020C34 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB21252-
CMYK0.960.7700.80
HSL228º92.59%10.59%-
HSV(B)228º96.15%20.39%-
XYZ0.780.523.31-
YUV13.57149.69119.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 52 (20.70% from 255) = 78.79%
R=3.03%
G=18.18%
B=78.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal212520.960.7700.8022892.5910.59
Hex2C34604D050e45db
Octal21464140115012034413513
Binary10110011010011000001001101010100001110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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