#021130

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

Shades of Midnight Express #021130

Tints of Midnight Express #021130

Color information

#021130 (or 0x021130) is unknown color: approx Midnight Express. HEX triplet: 02, 11 and 30. RGB value is (2,17,48). Sum of RGB (Red+Green+Blue) = 2+17+48=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #021130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021130 is #FDEECF. Grayscale: #0F0F0F. Windows color (decimal): -16641744 or 3150082. OLE color: 3150082.

HSL color Cylindrical-coordinate representation of color #021130: hue angle of 220.43º 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 #021130 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB21748-
CMYK0.960.6500.81
HSL220.43º92%9.8%-
HSV(B)220.43º95.83%18.82%-
XYZ0.760.632.88-
YUV16.05146.03117.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 48 (19.14% from 255) = 71.64%
R=2.99%
G=25.37%
B=71.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal217480.960.6500.81220.43929.8
Hex211306041051dc5ca
Octal22160140101012133413412
Binary101000111000011000001000001010100011101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021130; }

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

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

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

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

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

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

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

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