Shades of Sapphire #131E5B
Tints of Sapphire #131E5B
RGB
CMYK
RGB Variations
Color information
#131E5B (or 0x131E5B) is known color: Sapphire. HEX triplet: 13, 1E and 5B. RGB value is (19,30,91). Sum of RGB (Red+Green+Blue) = 19+30+91=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #131E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5B is #ECE1A4. Grayscale: #212121. Windows color (decimal): -15524261 or 5971475. OLE color: 5971475.
HSL color Cylindrical-coordinate representation of color #131E5B: hue angle of 230.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131E5B is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 30 | 91 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.64 |
| HSL | 230.83º | 0.65% | 0.22% | - |
| HSV(B) | 230.83º | 0.79% | 0.36% | - |
| XYZ | 2.62 | 1.82 | 10.11 | - |
| YUV | 33.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 91 | 0.79 | 0.67 | 0 | 0.64 | 230.83 | 0.65 | 0.22 |
| Hex | 13 | 1E | 5B | 4F | 43 | 0 | 40 | E7 | 41 | 16 |
| Octal | 23 | 36 | 133 | 117 | 103 | 0 | 100 | 347 | 101 | 26 |
| Binary | 10011 | 11110 | 1011011 | 1001111 | 1000011 | 0 | 1000000 | 11100111 | 1000001 | 10110 |
Color Harmonies of #131E5B
Complementary color
Monochromatic Colors of #131E5B
Black with #131E5B
Text Example
Text Example
White with #131E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E5B; }
p { color: rgb(19,30,91); }
H1.HeaderClassName
{
color: #131E5B;
}
.AnyTagClassName
{
color: #131E5B;
}
</style>
background-color css
<style>
a { background-color: #131E5B; }
a { background-color: rgb(19,30,91); }
div.DivClassName
{
background-color: #131E5B;
}
.BgClassName
{
background-color: #131E5B;
}
</style>
border-color css
<style>
span { border-color: #131E5B; }
span { border-color: rgb(19,30,91); }
td.TdClassName
{
border-color: #131E5B;
}
.TagClassName
{
border-color: #131E5B;
}
</style>