#021134

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

Shades of Midnight Express #021134

Tints of Midnight Express #021134

Color information

#021134 (or 0x021134) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 34. RGB value is (2,17,52). Sum of RGB (Red+Green+Blue) = 2+17+52=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #021134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021134 is #FDEECB. Grayscale: #101010. Windows color (decimal): -16641740 or 3412226. OLE color: 3412226.

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

Color convert

RGB21752-
CMYK0.960.6700.80
HSL222º92.59%10.59%-
HSV(B)222º96.15%20.39%-
XYZ0.850.663.33-
YUV16.5148.03117.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 52 (20.70% from 255) = 73.24%
R=2.82%
G=23.94%
B=73.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal217520.960.6700.8022292.5910.59
Hex211346043050de5db
Octal22164140103012033613513
Binary101000111010011000001000011010100001101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021134; }

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

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

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

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

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

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

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

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