#132145

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

Shades of Midnight Express #132145

Tints of Midnight Express #132145

Color information

#132145 (or 0x132145) is unknown color: approx Midnight Express. HEX triplet: 13, 21 and 45. RGB value is (19,33,69). Sum of RGB (Red+Green+Blue) = 19+33+69=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #132145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132145 is #ECDEBA. Grayscale: #202020. Windows color (decimal): -15523515 or 4530451. OLE color: 4530451.

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

Color convert

RGB193369-
CMYK0.720.5200.73
HSL223.2º56.82%17.25%-
HSV(B)223.2º72.46%27.06%-
XYZ1.891.665.85-
YUV32.92148.36118.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=15.70%
G=27.27%
B=57.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1933690.720.5200.73223.256.8217.25
Hex1321454834049df3911
Octal23411051106401113377121
Binary1001110000110001011001000110100010010011101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132145; }

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

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

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

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

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

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

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

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