Shades of Sapphire #132F61
Tints of Sapphire #132F61
RGB
CMYK
RGB Variations
Color information
#132F61 (or 0x132F61) is known color: Sapphire. HEX triplet: 13, 2F and 61. RGB value is (19,47,97). Sum of RGB (Red+Green+Blue) = 19+47+97=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #132F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F61 is #ECD09E. Grayscale: #2C2C2C. Windows color (decimal): -15519903 or 6369043. OLE color: 6369043.
HSL color Cylindrical-coordinate representation of color #132F61: hue angle of 218.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132F61 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 47 | 97 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.62 |
| HSL | 218.46º | 0.67% | 0.23% | - |
| HSV(B) | 218.46º | 0.8% | 0.38% | - |
| XYZ | 3.44 | 3.03 | 11.71 | - |
| YUV | 44.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 97 | 0.80 | 0.52 | 0 | 0.62 | 218.46 | 0.67 | 0.23 |
| Hex | 13 | 2F | 61 | 50 | 34 | 0 | 3E | DA | 43 | 17 |
| Octal | 23 | 57 | 141 | 120 | 64 | 0 | 76 | 332 | 103 | 27 |
| Binary | 10011 | 101111 | 1100001 | 1010000 | 110100 | 0 | 111110 | 11011010 | 1000011 | 10111 |
Color Harmonies of #132F61
Complementary color
Monochromatic Colors of #132F61
Black with #132F61
Text Example
Text Example
White with #132F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F61; }
p { color: rgb(19,47,97); }
H1.HeaderClassName
{
color: #132F61;
}
.AnyTagClassName
{
color: #132F61;
}
</style>
background-color css
<style>
a { background-color: #132F61; }
a { background-color: rgb(19,47,97); }
div.DivClassName
{
background-color: #132F61;
}
.BgClassName
{
background-color: #132F61;
}
</style>
border-color css
<style>
span { border-color: #132F61; }
span { border-color: rgb(19,47,97); }
td.TdClassName
{
border-color: #132F61;
}
.TagClassName
{
border-color: #132F61;
}
</style>