#021330

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

Shades of Midnight Express #021330

Tints of Midnight Express #021330

Color information

#021330 (or 0x021330) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 30. RGB value is (2,19,48). Sum of RGB (Red+Green+Blue) = 2+19+48=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #021330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021330 is #FDECCF. Grayscale: #111111. Windows color (decimal): -16641232 or 3150594. OLE color: 3150594.

HSL color Cylindrical-coordinate representation of color #021330: hue angle of 217.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021330 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21948-
CMYK0.960.6000.81
HSL217.83º92%9.8%-
HSV(B)217.83º95.83%18.82%-
XYZ0.790.692.89-
YUV17.22145.37117.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 48 (19.14% from 255) = 69.57%
R=2.90%
G=27.54%
B=69.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal219480.960.6000.81217.83929.8
Hex21330603C051da5ca
Octal2236014074012133213412
Binary10100111100001100000111100010100011101101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021330; }

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

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

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

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

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

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

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

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