#132246

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

Shades of Midnight Express #132246

Tints of Midnight Express #132246

Color information

#132246 (or 0x132246) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 46. RGB value is (19,34,70). Sum of RGB (Red+Green+Blue) = 19+34+70=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #132246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132246 is #ECDDB9. Grayscale: #212121. Windows color (decimal): -15523258 or 4596243. OLE color: 4596243.

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

Color convert

RGB193470-
CMYK0.730.5100.73
HSL222.35º57.3%17.45%-
HSV(B)222.35º72.86%27.45%-
XYZ1.951.726.02-
YUV33.62148.53117.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=15.45%
G=27.64%
B=56.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1934700.730.5100.73222.3557.317.45
Hex1322464933049de3911
Octal23421061116301113367121
Binary1001110001010001101001001110011010010011101111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132246; }

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

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

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

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

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

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

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

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