Shades of Sapphire #132661
Tints of Sapphire #132661
RGB
CMYK
RGB Variations
Color information
#132661 (or 0x132661) is known color: Sapphire. HEX triplet: 13, 26 and 61. RGB value is (19,38,97). Sum of RGB (Red+Green+Blue) = 19+38+97=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #132661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132661 is #ECD99E. Grayscale: #262626. Windows color (decimal): -15522207 or 6366739. OLE color: 6366739.
HSL color Cylindrical-coordinate representation of color #132661: hue angle of 225.38º 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 #132661 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 38 | 97 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.62 |
| HSL | 225.38º | 0.67% | 0.23% | - |
| HSV(B) | 225.38º | 0.8% | 0.38% | - |
| XYZ | 3.12 | 2.39 | 11.61 | - |
| YUV | 39.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 97 | 0.80 | 0.61 | 0 | 0.62 | 225.38 | 0.67 | 0.23 |
| Hex | 13 | 26 | 61 | 50 | 3D | 0 | 3E | E1 | 43 | 17 |
| Octal | 23 | 46 | 141 | 120 | 75 | 0 | 76 | 341 | 103 | 27 |
| Binary | 10011 | 100110 | 1100001 | 1010000 | 111101 | 0 | 111110 | 11100001 | 1000011 | 10111 |
Color Harmonies of #132661
Complementary color
Monochromatic Colors of #132661
Black with #132661
Text Example
Text Example
White with #132661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132661; }
p { color: rgb(19,38,97); }
H1.HeaderClassName
{
color: #132661;
}
.AnyTagClassName
{
color: #132661;
}
</style>
background-color css
<style>
a { background-color: #132661; }
a { background-color: rgb(19,38,97); }
div.DivClassName
{
background-color: #132661;
}
.BgClassName
{
background-color: #132661;
}
</style>
border-color css
<style>
span { border-color: #132661; }
span { border-color: rgb(19,38,97); }
td.TdClassName
{
border-color: #132661;
}
.TagClassName
{
border-color: #132661;
}
</style>