#021241

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

Shades of Midnight Express #021241

Tints of Midnight Express #021241

Color information

#021241 (or 0x021241) is unknown color: approx Midnight Express. HEX triplet: 02, 12 and 41. RGB value is (2,18,65). Sum of RGB (Red+Green+Blue) = 2+18+65=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #021241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021241 is #FDEDBE. Grayscale: #121212. Windows color (decimal): -16641471 or 4264450. OLE color: 4264450.

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

Color convert

RGB21865-
CMYK0.970.7200.75
HSL224.76º94.03%13.14%-
HSV(B)224.76º96.92%25.49%-
XYZ1.20.835.1-
YUV18.57154.2116.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 65 (25.78% from 255) = 76.47%
R=2.35%
G=21.18%
B=76.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal218650.970.7200.75224.7694.0313.14
Hex21241614804Be15ed
Octal222101141110011334113615
Binary1010010100000111000011001000010010111110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021241; }

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

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

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

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

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

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

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

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