Shades of Midnight Blue #130353
Tints of Midnight Blue #130353
RGB
CMYK
RGB Variations
Color information
#130353 (or 0x130353) is known color: Midnight Blue. HEX triplet: 13, 03 and 53. RGB value is (19,3,83). Sum of RGB (Red+Green+Blue) = 19+3+83=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #130353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130353 is #ECFCAC. Grayscale: #101010. Windows color (decimal): -15531181 or 5440275. OLE color: 5440275.
HSL color Cylindrical-coordinate representation of color #130353: hue angle of 252º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130353 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 3 | 83 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.67 |
| HSL | 252º | 0.93% | 0.17% | - |
| HSV(B) | 252º | 0.96% | 0.33% | - |
| XYZ | 1.86 | 0.83 | 8.25 | - |
| YUV | 16.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 83 | 0.77 | 0.96 | 0 | 0.67 | 252 | 0.93 | 0.17 |
| Hex | 13 | 3 | 53 | 4D | 60 | 0 | 43 | FC | 5D | 11 |
| Octal | 23 | 3 | 123 | 115 | 140 | 0 | 103 | 374 | 135 | 21 |
| Binary | 10011 | 11 | 1010011 | 1001101 | 1100000 | 0 | 1000011 | 11111100 | 1011101 | 10001 |
Color Harmonies of #130353
Complementary color
Monochromatic Colors of #130353
Black with #130353
Text Example
Text Example
White with #130353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130353; }
p { color: rgb(19,3,83); }
H1.HeaderClassName
{
color: #130353;
}
.AnyTagClassName
{
color: #130353;
}
</style>
background-color css
<style>
a { background-color: #130353; }
a { background-color: rgb(19,3,83); }
div.DivClassName
{
background-color: #130353;
}
.BgClassName
{
background-color: #130353;
}
</style>
border-color css
<style>
span { border-color: #130353; }
span { border-color: rgb(19,3,83); }
td.TdClassName
{
border-color: #130353;
}
.TagClassName
{
border-color: #130353;
}
</style>