Shades of Sapphire #132D6F
Tints of Sapphire #132D6F
RGB
CMYK
RGB Variations
Color information
#132D6F (or 0x132D6F) is known color: Sapphire. HEX triplet: 13, 2D and 6F. RGB value is (19,45,111). Sum of RGB (Red+Green+Blue) = 19+45+111=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #132D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D6F is #ECD290. Grayscale: #2C2C2C. Windows color (decimal): -15520401 or 7286035. OLE color: 7286035.
HSL color Cylindrical-coordinate representation of color #132D6F: hue angle of 223.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132D6F is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 45 | 111 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.56 |
| HSL | 223.04º | 0.71% | 0.25% | - |
| HSV(B) | 223.04º | 0.83% | 0.44% | - |
| XYZ | 4.08 | 3.16 | 15.43 | - |
| YUV | 44.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 111 | 0.83 | 0.59 | 0 | 0.56 | 223.04 | 0.71 | 0.25 |
| Hex | 13 | 2D | 6F | 53 | 3B | 0 | 38 | DF | 47 | 19 |
| Octal | 23 | 55 | 157 | 123 | 73 | 0 | 70 | 337 | 107 | 31 |
| Binary | 10011 | 101101 | 1101111 | 1010011 | 111011 | 0 | 111000 | 11011111 | 1000111 | 11001 |
Color Harmonies of #132D6F
Complementary color
Monochromatic Colors of #132D6F
Black with #132D6F
Text Example
Text Example
White with #132D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D6F; }
p { color: rgb(19,45,111); }
H1.HeaderClassName
{
color: #132D6F;
}
.AnyTagClassName
{
color: #132D6F;
}
</style>
background-color css
<style>
a { background-color: #132D6F; }
a { background-color: rgb(19,45,111); }
div.DivClassName
{
background-color: #132D6F;
}
.BgClassName
{
background-color: #132D6F;
}
</style>
border-color css
<style>
span { border-color: #132D6F; }
span { border-color: rgb(19,45,111); }
td.TdClassName
{
border-color: #132D6F;
}
.TagClassName
{
border-color: #132D6F;
}
</style>