#021343

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

Shades of Midnight Express #021343

Tints of Midnight Express #021343

Color information

#021343 (or 0x021343) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 43. RGB value is (2,19,67). Sum of RGB (Red+Green+Blue) = 2+19+67=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 67 (26.56% from 255 or 76.14% from 88); Max value from RGB is 67 - color contains mainly: blue. Hex color #021343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021343 is #FDECBC. Grayscale: #131313. Windows color (decimal): -16641213 or 4395778. OLE color: 4395778.

HSL color Cylindrical-coordinate representation of color #021343: hue angle of 224.31º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021343 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB21967-
CMYK0.970.7200.74
HSL224.31º94.2%13.53%-
HSV(B)224.31º97.01%26.27%-
XYZ1.270.885.41-
YUV19.39154.87115.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 67 (26.56% from 255) = 76.14%
R=2.27%
G=21.59%
B=76.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal219670.970.7200.74224.3194.213.53
Hex21343614804Ae05ee
Octal223103141110011234013616
Binary1010011100001111000011001000010010101110000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021343; }

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

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

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

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

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

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

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

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