#021041

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

Shades of Midnight Express #021041

Tints of Midnight Express #021041

Color information

#021041 (or 0x021041) is unknown color: approx Midnight Express. HEX triplet: 02, 10 and 41. RGB value is (2,16,65). Sum of RGB (Red+Green+Blue) = 2+16+65=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #021041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021041 is #FDEFBE. Grayscale: #111111. Windows color (decimal): -16641983 or 4263938. OLE color: 4263938.

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

Color convert

RGB21665-
CMYK0.970.7500.75
HSL226.67º94.03%13.14%-
HSV(B)226.67º96.92%25.49%-
XYZ1.160.775.09-
YUV17.4154.86117.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 65 (25.78% from 255) = 78.31%
R=2.41%
G=19.28%
B=78.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal216650.970.7500.75226.6794.0313.14
Hex21041614B04Be35ed
Octal220101141113011334313615
Binary1010000100000111000011001011010010111110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021041; }

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

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

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

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

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

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

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

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