#021941

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

Shades of Midnight Express #021941

Tints of Midnight Express #021941

Color information

#021941 (or 0x021941) is unknown color: approx Midnight Express. HEX triplet: 02, 19 and 41. RGB value is (2,25,65). Sum of RGB (Red+Green+Blue) = 2+25+65=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #021941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021941 is #FDE6BE. Grayscale: #161616. Windows color (decimal): -16639679 or 4266242. OLE color: 4266242.

HSL color Cylindrical-coordinate representation of color #021941: hue angle of 218.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021941 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB22565-
CMYK0.970.6200.75
HSL218.1º94.03%13.14%-
HSV(B)218.1º96.92%25.49%-
XYZ1.331.095.14-
YUV22.68151.88113.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 65 (25.78% from 255) = 70.65%
R=2.17%
G=27.17%
B=70.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal225650.970.6200.75218.194.0313.14
Hex21941613E04Bda5ed
Octal23110114176011333213615
Binary101100110000011100001111110010010111101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021941; }

 p { color: rgb(2,25,65); }

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

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

 a { background-color: rgb(2,25,65); }

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

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

 span { border-color: rgb(2,25,65); }

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