Shades of Sapphire #132968
Tints of Sapphire #132968
RGB
CMYK
RGB Variations
Color information
#132968 (or 0x132968) is known color: Sapphire. HEX triplet: 13, 29 and 68. RGB value is (19,41,104). Sum of RGB (Red+Green+Blue) = 19+41+104=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #132968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132968 is #ECD697. Grayscale: #292929. Windows color (decimal): -15521432 or 6826259. OLE color: 6826259.
HSL color Cylindrical-coordinate representation of color #132968: hue angle of 224.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132968 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 41 | 104 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.59 |
| HSL | 224.47º | 0.69% | 0.24% | - |
| HSV(B) | 224.47º | 0.82% | 0.41% | - |
| XYZ | 3.56 | 2.72 | 13.43 | - |
| YUV | 41.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 104 | 0.82 | 0.61 | 0 | 0.59 | 224.47 | 0.69 | 0.24 |
| Hex | 13 | 29 | 68 | 52 | 3D | 0 | 3B | E0 | 45 | 18 |
| Octal | 23 | 51 | 150 | 122 | 75 | 0 | 73 | 340 | 105 | 30 |
| Binary | 10011 | 101001 | 1101000 | 1010010 | 111101 | 0 | 111011 | 11100000 | 1000101 | 11000 |
Color Harmonies of #132968
Complementary color
Monochromatic Colors of #132968
Black with #132968
Text Example
Text Example
White with #132968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132968; }
p { color: rgb(19,41,104); }
H1.HeaderClassName
{
color: #132968;
}
.AnyTagClassName
{
color: #132968;
}
</style>
background-color css
<style>
a { background-color: #132968; }
a { background-color: rgb(19,41,104); }
div.DivClassName
{
background-color: #132968;
}
.BgClassName
{
background-color: #132968;
}
</style>
border-color css
<style>
span { border-color: #132968; }
span { border-color: rgb(19,41,104); }
td.TdClassName
{
border-color: #132968;
}
.TagClassName
{
border-color: #132968;
}
</style>