Shades of Sapphire #131E53
Tints of Sapphire #131E53
RGB
CMYK
RGB Variations
Color information
#131E53 (or 0x131E53) is known color: Sapphire. HEX triplet: 13, 1E and 53. RGB value is (19,30,83). Sum of RGB (Red+Green+Blue) = 19+30+83=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #131E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E53 is #ECE1AC. Grayscale: #202020. Windows color (decimal): -15524269 or 5447187. OLE color: 5447187.
HSL color Cylindrical-coordinate representation of color #131E53: hue angle of 229.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131E53 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 30 | 83 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.67 |
| HSL | 229.69º | 0.63% | 0.2% | - |
| HSV(B) | 229.69º | 0.77% | 0.33% | - |
| XYZ | 2.29 | 1.69 | 8.39 | - |
| YUV | 32.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 83 | 0.77 | 0.64 | 0 | 0.67 | 229.69 | 0.63 | 0.2 |
| Hex | 13 | 1E | 53 | 4D | 40 | 0 | 43 | E6 | 3F | 14 |
| Octal | 23 | 36 | 123 | 115 | 100 | 0 | 103 | 346 | 77 | 24 |
| Binary | 10011 | 11110 | 1010011 | 1001101 | 1000000 | 0 | 1000011 | 11100110 | 111111 | 10100 |
Color Harmonies of #131E53
Complementary color
Monochromatic Colors of #131E53
Black with #131E53
Text Example
Text Example
White with #131E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E53; }
p { color: rgb(19,30,83); }
H1.HeaderClassName
{
color: #131E53;
}
.AnyTagClassName
{
color: #131E53;
}
</style>
background-color css
<style>
a { background-color: #131E53; }
a { background-color: rgb(19,30,83); }
div.DivClassName
{
background-color: #131E53;
}
.BgClassName
{
background-color: #131E53;
}
</style>
border-color css
<style>
span { border-color: #131E53; }
span { border-color: rgb(19,30,83); }
td.TdClassName
{
border-color: #131E53;
}
.TagClassName
{
border-color: #131E53;
}
</style>