#132247

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

Shades of Midnight Express #132247

Tints of Midnight Express #132247

Color information

#132247 (or 0x132247) is unknown color: approx Midnight Express. HEX triplet: 13, 22 and 47. RGB value is (19,34,71). Sum of RGB (Red+Green+Blue) = 19+34+71=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #132247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132247 is #ECDDB8. Grayscale: #212121. Windows color (decimal): -15523257 or 4661779. OLE color: 4661779.

HSL color Cylindrical-coordinate representation of color #132247: hue angle of 222.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132247 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB193471-
CMYK0.730.5200.72
HSL222.69º57.78%17.65%-
HSV(B)222.69º73.24%27.84%-
XYZ1.981.746.19-
YUV33.73149.03117.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=15.32%
G=27.42%
B=57.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1934710.730.5200.72222.6957.7817.65
Hex1322474934048df3a12
Octal23421071116401103377222
Binary1001110001010001111001001110100010010001101111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132247; }

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

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

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

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

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

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

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

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