#021441

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

Shades of Midnight Express #021441

Tints of Midnight Express #021441

Color information

#021441 (or 0x021441) is unknown color: approx Midnight Express. HEX triplet: 02, 14 and 41. RGB value is (2,20,65). Sum of RGB (Red+Green+Blue) = 2+20+65=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #021441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021441 is #FDEBBE. Grayscale: #131313. Windows color (decimal): -16640959 or 4264962. OLE color: 4264962.

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

Color convert

RGB22065-
CMYK0.970.6900.75
HSL222.86º94.03%13.14%-
HSV(B)222.86º96.92%25.49%-
XYZ1.230.895.11-
YUV19.75153.54115.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 65 (25.78% from 255) = 74.71%
R=2.30%
G=22.99%
B=74.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal220650.970.6900.75222.8694.0313.14
Hex21441614504Bdf5ed
Octal224101141105011333713615
Binary1010100100000111000011000101010010111101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021441; }

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

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

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

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

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

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

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

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