Shades of Sapphire #131C55
Tints of Sapphire #131C55
RGB
CMYK
RGB Variations
Color information
#131C55 (or 0x131C55) is known color: Sapphire. HEX triplet: 13, 1C and 55. RGB value is (19,28,85). Sum of RGB (Red+Green+Blue) = 19+28+85=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #131C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C55 is #ECE3AA. Grayscale: #1F1F1F. Windows color (decimal): -15524779 or 5577747. OLE color: 5577747.
HSL color Cylindrical-coordinate representation of color #131C55: hue angle of 231.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131C55 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 28 | 85 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.67 |
| HSL | 231.82º | 0.63% | 0.2% | - |
| HSV(B) | 231.82º | 0.78% | 0.33% | - |
| XYZ | 2.32 | 1.62 | 8.79 | - |
| YUV | 31.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 85 | 0.78 | 0.67 | 0 | 0.67 | 231.82 | 0.63 | 0.2 |
| Hex | 13 | 1C | 55 | 4E | 43 | 0 | 43 | E8 | 3F | 14 |
| Octal | 23 | 34 | 125 | 116 | 103 | 0 | 103 | 350 | 77 | 24 |
| Binary | 10011 | 11100 | 1010101 | 1001110 | 1000011 | 0 | 1000011 | 11101000 | 111111 | 10100 |
Color Harmonies of #131C55
Complementary color
Monochromatic Colors of #131C55
Black with #131C55
Text Example
Text Example
White with #131C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C55; }
p { color: rgb(19,28,85); }
H1.HeaderClassName
{
color: #131C55;
}
.AnyTagClassName
{
color: #131C55;
}
</style>
background-color css
<style>
a { background-color: #131C55; }
a { background-color: rgb(19,28,85); }
div.DivClassName
{
background-color: #131C55;
}
.BgClassName
{
background-color: #131C55;
}
</style>
border-color css
<style>
span { border-color: #131C55; }
span { border-color: rgb(19,28,85); }
td.TdClassName
{
border-color: #131C55;
}
.TagClassName
{
border-color: #131C55;
}
</style>