Shades of Sapphire #132C70
Tints of Sapphire #132C70
RGB
CMYK
RGB Variations
Color information
#132C70 (or 0x132C70) is known color: Sapphire. HEX triplet: 13, 2C and 70. RGB value is (19,44,112). Sum of RGB (Red+Green+Blue) = 19+44+112=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #132C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C70 is #ECD38F. Grayscale: #2B2B2B. Windows color (decimal): -15520656 or 7351315. OLE color: 7351315.
HSL color Cylindrical-coordinate representation of color #132C70: hue angle of 223.87º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132C70 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 44 | 112 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.56 |
| HSL | 223.87º | 0.71% | 0.26% | - |
| HSV(B) | 223.87º | 0.83% | 0.44% | - |
| XYZ | 4.09 | 3.11 | 15.71 | - |
| YUV | 44.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 112 | 0.83 | 0.61 | 0 | 0.56 | 223.87 | 0.71 | 0.26 |
| Hex | 13 | 2C | 70 | 53 | 3D | 0 | 38 | E0 | 47 | 1A |
| Octal | 23 | 54 | 160 | 123 | 75 | 0 | 70 | 340 | 107 | 32 |
| Binary | 10011 | 101100 | 1110000 | 1010011 | 111101 | 0 | 111000 | 11100000 | 1000111 | 11010 |
Color Harmonies of #132C70
Complementary color
Monochromatic Colors of #132C70
Black with #132C70
Text Example
Text Example
White with #132C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C70; }
p { color: rgb(19,44,112); }
H1.HeaderClassName
{
color: #132C70;
}
.AnyTagClassName
{
color: #132C70;
}
</style>
background-color css
<style>
a { background-color: #132C70; }
a { background-color: rgb(19,44,112); }
div.DivClassName
{
background-color: #132C70;
}
.BgClassName
{
background-color: #132C70;
}
</style>
border-color css
<style>
span { border-color: #132C70; }
span { border-color: rgb(19,44,112); }
td.TdClassName
{
border-color: #132C70;
}
.TagClassName
{
border-color: #132C70;
}
</style>