#021341

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

Shades of Midnight Express #021341

Tints of Midnight Express #021341

Color information

#021341 (or 0x021341) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 41. RGB value is (2,19,65). Sum of RGB (Red+Green+Blue) = 2+19+65=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #021341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021341 is #FDECBE. Grayscale: #121212. Windows color (decimal): -16641215 or 4264706. OLE color: 4264706.

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

Color convert

RGB21965-
CMYK0.970.7100.75
HSL223.81º94.03%13.14%-
HSV(B)223.81º96.92%25.49%-
XYZ1.210.865.1-
YUV19.16153.87115.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 65 (25.78% from 255) = 75.58%
R=2.33%
G=22.09%
B=75.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal219650.970.7100.75223.8194.0313.14
Hex21341614704Be05ed
Octal223101141107011334013615
Binary1010011100000111000011000111010010111110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021341; }

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

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

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

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

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

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

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

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