Shades of Sapphire #131B55
Tints of Sapphire #131B55
RGB
CMYK
RGB Variations
Color information
#131B55 (or 0x131B55) is known color: Sapphire. HEX triplet: 13, 1B and 55. RGB value is (19,27,85). Sum of RGB (Red+Green+Blue) = 19+27+85=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #131B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B55 is #ECE4AA. Grayscale: #1E1E1E. Windows color (decimal): -15525035 or 5577491. OLE color: 5577491.
HSL color Cylindrical-coordinate representation of color #131B55: hue angle of 232.73º 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 #131B55 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 27 | 85 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.67 |
| HSL | 232.73º | 0.63% | 0.2% | - |
| HSV(B) | 232.73º | 0.78% | 0.33% | - |
| XYZ | 2.3 | 1.58 | 8.78 | - |
| YUV | 31.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 85 | 0.78 | 0.68 | 0 | 0.67 | 232.73 | 0.63 | 0.2 |
| Hex | 13 | 1B | 55 | 4E | 44 | 0 | 43 | E9 | 3F | 14 |
| Octal | 23 | 33 | 125 | 116 | 104 | 0 | 103 | 351 | 77 | 24 |
| Binary | 10011 | 11011 | 1010101 | 1001110 | 1000100 | 0 | 1000011 | 11101001 | 111111 | 10100 |
Color Harmonies of #131B55
Complementary color
Monochromatic Colors of #131B55
Black with #131B55
Text Example
Text Example
White with #131B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B55; }
p { color: rgb(19,27,85); }
H1.HeaderClassName
{
color: #131B55;
}
.AnyTagClassName
{
color: #131B55;
}
</style>
background-color css
<style>
a { background-color: #131B55; }
a { background-color: rgb(19,27,85); }
div.DivClassName
{
background-color: #131B55;
}
.BgClassName
{
background-color: #131B55;
}
</style>
border-color css
<style>
span { border-color: #131B55; }
span { border-color: rgb(19,27,85); }
td.TdClassName
{
border-color: #131B55;
}
.TagClassName
{
border-color: #131B55;
}
</style>