#132033

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

Shades of Midnight Express #132033

Tints of Midnight Express #132033

Color information

#132033 (or 0x132033) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 33. RGB value is (19,32,51). Sum of RGB (Red+Green+Blue) = 19+32+51=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #132033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132033 is #ECDFCC. Grayscale: #1E1E1E. Windows color (decimal): -15523789 or 3350547. OLE color: 3350547.

HSL color Cylindrical-coordinate representation of color #132033: hue angle of 215.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132033 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB193251-
CMYK0.630.3700.8
HSL215.62º45.71%13.73%-
HSV(B)215.62º62.75%20%-
XYZ1.381.413.33-
YUV30.28139.69119.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 51 (20.31% from 255) = 50%
R=18.63%
G=31.37%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1932510.630.3700.8215.6245.7113.73
Hex1320333F25050d82ee
Octal234063774501203305616
Binary1001110000011001111111110010101010000110110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132033; }

 p { color: rgb(19,32,51); }

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

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

 a { background-color: rgb(19,32,51); }

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

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

 span { border-color: rgb(19,32,51); }

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