#132244

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

Shades of Midnight Express #132244

Tints of Midnight Express #132244

Color information

#132244 (or 0x132244) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 44. RGB value is (19,34,68). Sum of RGB (Red+Green+Blue) = 19+34+68=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #132244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132244 is #ECDDBB. Grayscale: #212121. Windows color (decimal): -15523260 or 4465171. OLE color: 4465171.

HSL color Cylindrical-coordinate representation of color #132244: hue angle of 221.63º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132244 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB193468-
CMYK0.720.5000.73
HSL221.63º56.32%17.06%-
HSV(B)221.63º72.06%26.67%-
XYZ1.881.75.7-
YUV33.39147.53117.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=15.70%
G=28.10%
B=56.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1934680.720.5000.73221.6356.3217.06
Hex1322444832049de3811
Octal23421041106201113367021
Binary1001110001010001001001000110010010010011101111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132244; }

 p { color: rgb(19,34,68); }

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

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

 a { background-color: rgb(19,34,68); }

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

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

 span { border-color: rgb(19,34,68); }

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