#132138

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

Shades of Midnight Express #132138

Tints of Midnight Express #132138

Color information

#132138 (or 0x132138) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 38. RGB value is (19,33,56). Sum of RGB (Red+Green+Blue) = 19+33+56=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #132138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132138 is #ECDEC7. Grayscale: #1F1F1F. Windows color (decimal): -15523528 or 3678483. OLE color: 3678483.

HSL color Cylindrical-coordinate representation of color #132138: hue angle of 217.3º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #132138 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB193356-
CMYK0.660.4100.78
HSL217.3º49.33%14.71%-
HSV(B)217.3º66.07%21.96%-
XYZ1.531.513.95-
YUV31.44141.86119.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=17.59%
G=30.56%
B=51.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1933560.660.4100.78217.349.3314.71
Hex132138422904Ed931f
Octal2341701025101163316117
Binary10011100001111000100001010100101001110110110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132138; }

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

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

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

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

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

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

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

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