Shades of Sapphire #131E5E
Tints of Sapphire #131E5E
RGB
CMYK
RGB Variations
Color information
#131E5E (or 0x131E5E) is known color: Sapphire. HEX triplet: 13, 1E and 5E. RGB value is (19,30,94). Sum of RGB (Red+Green+Blue) = 19+30+94=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #131E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5E is #ECE1A1. Grayscale: #212121. Windows color (decimal): -15524258 or 6168083. OLE color: 6168083.
HSL color Cylindrical-coordinate representation of color #131E5E: hue angle of 231.2º degrees, saturation: 0.66, 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 #131E5E is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 30 | 94 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.63 |
| HSL | 231.2º | 0.66% | 0.22% | - |
| HSV(B) | 231.2º | 0.8% | 0.37% | - |
| XYZ | 2.75 | 1.88 | 10.81 | - |
| YUV | 34.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 94 | 0.80 | 0.68 | 0 | 0.63 | 231.2 | 0.66 | 0.22 |
| Hex | 13 | 1E | 5E | 50 | 44 | 0 | 3F | E7 | 42 | 16 |
| Octal | 23 | 36 | 136 | 120 | 104 | 0 | 77 | 347 | 102 | 26 |
| Binary | 10011 | 11110 | 1011110 | 1010000 | 1000100 | 0 | 111111 | 11100111 | 1000010 | 10110 |
Color Harmonies of #131E5E
Complementary color
Monochromatic Colors of #131E5E
Black with #131E5E
Text Example
Text Example
White with #131E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E5E; }
p { color: rgb(19,30,94); }
H1.HeaderClassName
{
color: #131E5E;
}
.AnyTagClassName
{
color: #131E5E;
}
</style>
background-color css
<style>
a { background-color: #131E5E; }
a { background-color: rgb(19,30,94); }
div.DivClassName
{
background-color: #131E5E;
}
.BgClassName
{
background-color: #131E5E;
}
</style>
border-color css
<style>
span { border-color: #131E5E; }
span { border-color: rgb(19,30,94); }
td.TdClassName
{
border-color: #131E5E;
}
.TagClassName
{
border-color: #131E5E;
}
</style>