Shades of Sapphire #131F64
Tints of Sapphire #131F64
RGB
CMYK
RGB Variations
Color information
#131F64 (or 0x131F64) is known color: Sapphire. HEX triplet: 13, 1F and 64. RGB value is (19,31,100). Sum of RGB (Red+Green+Blue) = 19+31+100=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #131F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F64 is #ECE09B. Grayscale: #222222. Windows color (decimal): -15523996 or 6561555. OLE color: 6561555.
HSL color Cylindrical-coordinate representation of color #131F64: hue angle of 231.11º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131F64 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 31 | 100 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.61 |
| HSL | 231.11º | 0.68% | 0.23% | - |
| HSV(B) | 231.11º | 0.81% | 0.39% | - |
| XYZ | 3.06 | 2.04 | 12.29 | - |
| YUV | 35.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 100 | 0.81 | 0.69 | 0 | 0.61 | 231.11 | 0.68 | 0.23 |
| Hex | 13 | 1F | 64 | 51 | 45 | 0 | 3D | E7 | 44 | 17 |
| Octal | 23 | 37 | 144 | 121 | 105 | 0 | 75 | 347 | 104 | 27 |
| Binary | 10011 | 11111 | 1100100 | 1010001 | 1000101 | 0 | 111101 | 11100111 | 1000100 | 10111 |
Color Harmonies of #131F64
Complementary color
Monochromatic Colors of #131F64
Black with #131F64
Text Example
Text Example
White with #131F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F64; }
p { color: rgb(19,31,100); }
H1.HeaderClassName
{
color: #131F64;
}
.AnyTagClassName
{
color: #131F64;
}
</style>
background-color css
<style>
a { background-color: #131F64; }
a { background-color: rgb(19,31,100); }
div.DivClassName
{
background-color: #131F64;
}
.BgClassName
{
background-color: #131F64;
}
</style>
border-color css
<style>
span { border-color: #131F64; }
span { border-color: rgb(19,31,100); }
td.TdClassName
{
border-color: #131F64;
}
.TagClassName
{
border-color: #131F64;
}
</style>