#021034

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

Shades of Midnight Express #021034

Tints of Midnight Express #021034

Color information

#021034 (or 0x021034) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 34. RGB value is (2,16,52). Sum of RGB (Red+Green+Blue) = 2+16+52=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #021034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021034 is #FDEFCB. Grayscale: #0F0F0F. Windows color (decimal): -16641996 or 3411970. OLE color: 3411970.

HSL color Cylindrical-coordinate representation of color #021034: hue angle of 223.2º 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 #021034 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB21652-
CMYK0.960.6900.80
HSL223.2º92.59%10.59%-
HSV(B)223.2º96.15%20.39%-
XYZ0.830.633.33-
YUV15.92148.36118.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 52 (20.70% from 255) = 74.29%
R=2.86%
G=22.86%
B=74.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal216520.960.6900.80223.292.5910.59
Hex210346045050df5db
Octal22064140105012033713513
Binary101000011010011000001000101010100001101111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021034; }

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

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

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

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

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

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

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

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