#132984

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

Shades of Midnight Blue #132984

Tints of Midnight Blue #132984

Color information

#132984 (or 0x132984) is unknown color: approx Midnight Blue. HEX triplet: 13, 29 and 84. RGB value is (19,41,132). Sum of RGB (Red+Green+Blue) = 19+41+132=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #132984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132984 is #ECD67B. Grayscale: #2C2C2C. Windows color (decimal): -15521404 or 8661267. OLE color: 8661267.

HSL color Cylindrical-coordinate representation of color #132984: hue angle of 228.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132984 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1941132-
CMYK0.860.6900.48
HSL228.32º74.83%29.61%-
HSV(B)228.32º85.61%51.76%-
XYZ5.233.3922.21-
YUV44.8177.21109.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=9.90%
G=21.35%
B=68.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19411320.860.6900.48228.3274.8329.61
Hex1329845645030e44b1e
Octal235120412610506034411336
Binary100111010011000010010101101000101011000011100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132984; }

 p { color: rgb(19,41,132); }

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

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

 a { background-color: rgb(19,41,132); }

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

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

 span { border-color: rgb(19,41,132); }

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