Shades of Sapphire #132470
Tints of Sapphire #132470
RGB
CMYK
RGB Variations
Color information
#132470 (or 0x132470) is known color: Sapphire. HEX triplet: 13, 24 and 70. RGB value is (19,36,112). Sum of RGB (Red+Green+Blue) = 19+36+112=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #132470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132470 is #ECDB8F. Grayscale: #272727. Windows color (decimal): -15522704 or 7349267. OLE color: 7349267.
HSL color Cylindrical-coordinate representation of color #132470: hue angle of 229.03º 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 #132470 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 36 | 112 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.56 |
| HSL | 229.03º | 0.71% | 0.26% | - |
| HSV(B) | 229.03º | 0.83% | 0.44% | - |
| XYZ | 3.82 | 2.57 | 15.62 | - |
| YUV | 39.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 112 | 0.83 | 0.68 | 0 | 0.56 | 229.03 | 0.71 | 0.26 |
| Hex | 13 | 24 | 70 | 53 | 44 | 0 | 38 | E5 | 47 | 1A |
| Octal | 23 | 44 | 160 | 123 | 104 | 0 | 70 | 345 | 107 | 32 |
| Binary | 10011 | 100100 | 1110000 | 1010011 | 1000100 | 0 | 111000 | 11100101 | 1000111 | 11010 |
Color Harmonies of #132470
Complementary color
Monochromatic Colors of #132470
Black with #132470
Text Example
Text Example
White with #132470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132470; }
p { color: rgb(19,36,112); }
H1.HeaderClassName
{
color: #132470;
}
.AnyTagClassName
{
color: #132470;
}
</style>
background-color css
<style>
a { background-color: #132470; }
a { background-color: rgb(19,36,112); }
div.DivClassName
{
background-color: #132470;
}
.BgClassName
{
background-color: #132470;
}
</style>
border-color css
<style>
span { border-color: #132470; }
span { border-color: rgb(19,36,112); }
td.TdClassName
{
border-color: #132470;
}
.TagClassName
{
border-color: #132470;
}
</style>