Shades of Sapphire #132974
Tints of Sapphire #132974
RGB
CMYK
RGB Variations
Color information
#132974 (or 0x132974) is known color: Sapphire. HEX triplet: 13, 29 and 74. RGB value is (19,41,116). Sum of RGB (Red+Green+Blue) = 19+41+116=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #132974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132974 is #ECD68B. Grayscale: #2A2A2A. Windows color (decimal): -15521420 or 7612691. OLE color: 7612691.
HSL color Cylindrical-coordinate representation of color #132974: hue angle of 226.39º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132974 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 41 | 116 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.55 |
| HSL | 226.39º | 0.72% | 0.26% | - |
| HSV(B) | 226.39º | 0.84% | 0.45% | - |
| XYZ | 4.21 | 2.99 | 16.88 | - |
| YUV | 42.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 116 | 0.84 | 0.65 | 0 | 0.55 | 226.39 | 0.72 | 0.26 |
| Hex | 13 | 29 | 74 | 54 | 41 | 0 | 37 | E2 | 48 | 1A |
| Octal | 23 | 51 | 164 | 124 | 101 | 0 | 67 | 342 | 110 | 32 |
| Binary | 10011 | 101001 | 1110100 | 1010100 | 1000001 | 0 | 110111 | 11100010 | 1001000 | 11010 |
Color Harmonies of #132974
Complementary color
Monochromatic Colors of #132974
Black with #132974
Text Example
Text Example
White with #132974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132974; }
p { color: rgb(19,41,116); }
H1.HeaderClassName
{
color: #132974;
}
.AnyTagClassName
{
color: #132974;
}
</style>
background-color css
<style>
a { background-color: #132974; }
a { background-color: rgb(19,41,116); }
div.DivClassName
{
background-color: #132974;
}
.BgClassName
{
background-color: #132974;
}
</style>
border-color css
<style>
span { border-color: #132974; }
span { border-color: rgb(19,41,116); }
td.TdClassName
{
border-color: #132974;
}
.TagClassName
{
border-color: #132974;
}
</style>