Shades of Sapphire #131D5D
Tints of Sapphire #131D5D
RGB
CMYK
RGB Variations
Color information
#131D5D (or 0x131D5D) is known color: Sapphire. HEX triplet: 13, 1D and 5D. RGB value is (19,29,93). Sum of RGB (Red+Green+Blue) = 19+29+93=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #131D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D5D is #ECE2A2. Grayscale: #212121. Windows color (decimal): -15524515 or 6102291. OLE color: 6102291.
HSL color Cylindrical-coordinate representation of color #131D5D: hue angle of 231.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131D5D is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 29 | 93 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.64 |
| HSL | 231.89º | 0.66% | 0.22% | - |
| HSV(B) | 231.89º | 0.8% | 0.36% | - |
| XYZ | 2.68 | 1.81 | 10.56 | - |
| YUV | 33.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 93 | 0.80 | 0.69 | 0 | 0.64 | 231.89 | 0.66 | 0.22 |
| Hex | 13 | 1D | 5D | 50 | 45 | 0 | 40 | E8 | 42 | 16 |
| Octal | 23 | 35 | 135 | 120 | 105 | 0 | 100 | 350 | 102 | 26 |
| Binary | 10011 | 11101 | 1011101 | 1010000 | 1000101 | 0 | 1000000 | 11101000 | 1000010 | 10110 |
Color Harmonies of #131D5D
Complementary color
Monochromatic Colors of #131D5D
Black with #131D5D
Text Example
Text Example
White with #131D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D5D; }
p { color: rgb(19,29,93); }
H1.HeaderClassName
{
color: #131D5D;
}
.AnyTagClassName
{
color: #131D5D;
}
</style>
background-color css
<style>
a { background-color: #131D5D; }
a { background-color: rgb(19,29,93); }
div.DivClassName
{
background-color: #131D5D;
}
.BgClassName
{
background-color: #131D5D;
}
</style>
border-color css
<style>
span { border-color: #131D5D; }
span { border-color: rgb(19,29,93); }
td.TdClassName
{
border-color: #131D5D;
}
.TagClassName
{
border-color: #131D5D;
}
</style>