Shades of Sapphire #131C54
Tints of Sapphire #131C54
RGB
CMYK
RGB Variations
Color information
#131C54 (or 0x131C54) is known color: Sapphire. HEX triplet: 13, 1C and 54. RGB value is (19,28,84). Sum of RGB (Red+Green+Blue) = 19+28+84=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #131C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C54 is #ECE3AB. Grayscale: #1F1F1F. Windows color (decimal): -15524780 or 5512211. OLE color: 5512211.
HSL color Cylindrical-coordinate representation of color #131C54: hue angle of 231.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 #131C54 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 28 | 84 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.67 |
| HSL | 231.69º | 0.63% | 0.2% | - |
| HSV(B) | 231.69º | 0.77% | 0.33% | - |
| XYZ | 2.28 | 1.61 | 8.58 | - |
| YUV | 31.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 84 | 0.77 | 0.67 | 0 | 0.67 | 231.69 | 0.63 | 0.2 |
| Hex | 13 | 1C | 54 | 4D | 43 | 0 | 43 | E8 | 3F | 14 |
| Octal | 23 | 34 | 124 | 115 | 103 | 0 | 103 | 350 | 77 | 24 |
| Binary | 10011 | 11100 | 1010100 | 1001101 | 1000011 | 0 | 1000011 | 11101000 | 111111 | 10100 |
Color Harmonies of #131C54
Complementary color
Monochromatic Colors of #131C54
Black with #131C54
Text Example
Text Example
White with #131C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C54; }
p { color: rgb(19,28,84); }
H1.HeaderClassName
{
color: #131C54;
}
.AnyTagClassName
{
color: #131C54;
}
</style>
background-color css
<style>
a { background-color: #131C54; }
a { background-color: rgb(19,28,84); }
div.DivClassName
{
background-color: #131C54;
}
.BgClassName
{
background-color: #131C54;
}
</style>
border-color css
<style>
span { border-color: #131C54; }
span { border-color: rgb(19,28,84); }
td.TdClassName
{
border-color: #131C54;
}
.TagClassName
{
border-color: #131C54;
}
</style>