#132480

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

Shades of Midnight Blue #132480

Tints of Midnight Blue #132480

Color information

#132480 (or 0x132480) is unknown color: approx Midnight Blue. HEX triplet: 13, 24 and 80. RGB value is (19,36,128). Sum of RGB (Red+Green+Blue) = 19+36+128=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #132480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132480 is #ECDB7F. Grayscale: #292929. Windows color (decimal): -15522688 or 8397843. OLE color: 8397843.

HSL color Cylindrical-coordinate representation of color #132480: hue angle of 230.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132480 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1936128-
CMYK0.850.7200.50
HSL230.64º74.15%28.82%-
HSV(B)230.64º85.16%50.2%-
XYZ4.82.9620.74-
YUV41.4176.87112.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=10.38%
G=19.67%
B=69.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19361280.850.7200.50230.6474.1528.82
Hex1324805548032e74a1d
Octal234420012511006234711235
Binary100111001001000000010101011001000011001011100111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132480; }

 p { color: rgb(19,36,128); }

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

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

 a { background-color: rgb(19,36,128); }

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

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

 span { border-color: rgb(19,36,128); }

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