Shades of Sapphire #131C53
Tints of Sapphire #131C53
RGB
CMYK
RGB Variations
Color information
#131C53 (or 0x131C53) is known color: Sapphire. HEX triplet: 13, 1C and 53. RGB value is (19,28,83). Sum of RGB (Red+Green+Blue) = 19+28+83=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #131C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C53 is #ECE3AC. Grayscale: #1F1F1F. Windows color (decimal): -15524781 or 5446675. OLE color: 5446675.
HSL color Cylindrical-coordinate representation of color #131C53: hue angle of 231.56º 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 #131C53 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 28 | 83 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.67 |
| HSL | 231.56º | 0.63% | 0.2% | - |
| HSV(B) | 231.56º | 0.77% | 0.33% | - |
| XYZ | 2.25 | 1.59 | 8.37 | - |
| YUV | 31.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 83 | 0.77 | 0.66 | 0 | 0.67 | 231.56 | 0.63 | 0.2 |
| Hex | 13 | 1C | 53 | 4D | 42 | 0 | 43 | E8 | 3F | 14 |
| Octal | 23 | 34 | 123 | 115 | 102 | 0 | 103 | 350 | 77 | 24 |
| Binary | 10011 | 11100 | 1010011 | 1001101 | 1000010 | 0 | 1000011 | 11101000 | 111111 | 10100 |
Color Harmonies of #131C53
Complementary color
Monochromatic Colors of #131C53
Black with #131C53
Text Example
Text Example
White with #131C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C53; }
p { color: rgb(19,28,83); }
H1.HeaderClassName
{
color: #131C53;
}
.AnyTagClassName
{
color: #131C53;
}
</style>
background-color css
<style>
a { background-color: #131C53; }
a { background-color: rgb(19,28,83); }
div.DivClassName
{
background-color: #131C53;
}
.BgClassName
{
background-color: #131C53;
}
</style>
border-color css
<style>
span { border-color: #131C53; }
span { border-color: rgb(19,28,83); }
td.TdClassName
{
border-color: #131C53;
}
.TagClassName
{
border-color: #131C53;
}
</style>