#132144

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

Shades of Midnight Express #132144

Tints of Midnight Express #132144

Color information

#132144 (or 0x132144) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 44. RGB value is (19,33,68). Sum of RGB (Red+Green+Blue) = 19+33+68=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #132144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132144 is #ECDEBB. Grayscale: #202020. Windows color (decimal): -15523516 or 4464915. OLE color: 4464915.

HSL color Cylindrical-coordinate representation of color #132144: hue angle of 222.86º 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 #132144 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB193368-
CMYK0.720.5100.73
HSL222.86º56.32%17.06%-
HSV(B)222.86º72.06%26.67%-
XYZ1.861.645.69-
YUV32.8147.86118.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 68 (26.95% from 255) = 56.67%
R=15.83%
G=27.5%
B=56.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1933680.720.5100.73222.8656.3217.06
Hex1321444833049df3811
Octal23411041106301113377021
Binary1001110000110001001001000110011010010011101111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132144; }

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

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

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

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

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

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

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

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