Shades of Midnight Blue #132883
Tints of Midnight Blue #132883
RGB
CMYK
RGB Variations
Color information
#132883 (or 0x132883) is known color: Midnight Blue. HEX triplet: 13, 28 and 83. RGB value is (19,40,131). Sum of RGB (Red+Green+Blue) = 19+40+131=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #132883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132883 is #ECD77C. Grayscale: #2B2B2B. Windows color (decimal): -15521661 or 8595475. OLE color: 8595475.
HSL color Cylindrical-coordinate representation of color #132883: hue angle of 228.75º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132883 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 40 | 131 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.49 |
| HSL | 228.75º | 0.75% | 0.29% | - |
| HSV(B) | 228.75º | 0.85% | 0.51% | - |
| XYZ | 5.12 | 3.29 | 21.84 | - |
| YUV | 44.1 | 177.04 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 131 | 0.85 | 0.69 | 0 | 0.49 | 228.75 | 0.75 | 0.29 |
| Hex | 13 | 28 | 83 | 55 | 45 | 0 | 31 | E5 | 4B | 1D |
| Octal | 23 | 50 | 203 | 125 | 105 | 0 | 61 | 345 | 113 | 35 |
| Binary | 10011 | 101000 | 10000011 | 1010101 | 1000101 | 0 | 110001 | 11100101 | 1001011 | 11101 |
Color Harmonies of #132883
Complementary color
Monochromatic Colors of #132883
Black with #132883
Text Example
Text Example
White with #132883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132883; }
p { color: rgb(19,40,131); }
H1.HeaderClassName
{
color: #132883;
}
.AnyTagClassName
{
color: #132883;
}
</style>
background-color css
<style>
a { background-color: #132883; }
a { background-color: rgb(19,40,131); }
div.DivClassName
{
background-color: #132883;
}
.BgClassName
{
background-color: #132883;
}
</style>
border-color css
<style>
span { border-color: #132883; }
span { border-color: rgb(19,40,131); }
td.TdClassName
{
border-color: #132883;
}
.TagClassName
{
border-color: #132883;
}
</style>