Shades of Sapphire #131E5F
Tints of Sapphire #131E5F
RGB
CMYK
RGB Variations
Color information
#131E5F (or 0x131E5F) is known color: Sapphire. HEX triplet: 13, 1E and 5F. RGB value is (19,30,95). Sum of RGB (Red+Green+Blue) = 19+30+95=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #131E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5F is #ECE1A0. Grayscale: #212121. Windows color (decimal): -15524257 or 6233619. OLE color: 6233619.
HSL color Cylindrical-coordinate representation of color #131E5F: hue angle of 231.32º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131E5F is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 30 | 95 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.63 |
| HSL | 231.32º | 0.67% | 0.22% | - |
| HSV(B) | 231.32º | 0.8% | 0.37% | - |
| XYZ | 2.8 | 1.89 | 11.04 | - |
| YUV | 34.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 95 | 0.80 | 0.68 | 0 | 0.63 | 231.32 | 0.67 | 0.22 |
| Hex | 13 | 1E | 5F | 50 | 44 | 0 | 3F | E7 | 43 | 16 |
| Octal | 23 | 36 | 137 | 120 | 104 | 0 | 77 | 347 | 103 | 26 |
| Binary | 10011 | 11110 | 1011111 | 1010000 | 1000100 | 0 | 111111 | 11100111 | 1000011 | 10110 |
Color Harmonies of #131E5F
Complementary color
Monochromatic Colors of #131E5F
Black with #131E5F
Text Example
Text Example
White with #131E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E5F; }
p { color: rgb(19,30,95); }
H1.HeaderClassName
{
color: #131E5F;
}
.AnyTagClassName
{
color: #131E5F;
}
</style>
background-color css
<style>
a { background-color: #131E5F; }
a { background-color: rgb(19,30,95); }
div.DivClassName
{
background-color: #131E5F;
}
.BgClassName
{
background-color: #131E5F;
}
</style>
border-color css
<style>
span { border-color: #131E5F; }
span { border-color: rgb(19,30,95); }
td.TdClassName
{
border-color: #131E5F;
}
.TagClassName
{
border-color: #131E5F;
}
</style>