Shades of Sapphire #132D6E
Tints of Sapphire #132D6E
RGB
CMYK
RGB Variations
Color information
#132D6E (or 0x132D6E) is known color: Sapphire. HEX triplet: 13, 2D and 6E. RGB value is (19,45,110). Sum of RGB (Red+Green+Blue) = 19+45+110=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #132D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D6E is #ECD291. Grayscale: #2C2C2C. Windows color (decimal): -15520402 or 7220499. OLE color: 7220499.
HSL color Cylindrical-coordinate representation of color #132D6E: hue angle of 222.86º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132D6E is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 45 | 110 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.57 |
| HSL | 222.86º | 0.71% | 0.25% | - |
| HSV(B) | 222.86º | 0.83% | 0.43% | - |
| XYZ | 4.02 | 3.14 | 15.15 | - |
| YUV | 44.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 110 | 0.83 | 0.59 | 0 | 0.57 | 222.86 | 0.71 | 0.25 |
| Hex | 13 | 2D | 6E | 53 | 3B | 0 | 39 | DF | 47 | 19 |
| Octal | 23 | 55 | 156 | 123 | 73 | 0 | 71 | 337 | 107 | 31 |
| Binary | 10011 | 101101 | 1101110 | 1010011 | 111011 | 0 | 111001 | 11011111 | 1000111 | 11001 |
Color Harmonies of #132D6E
Complementary color
Monochromatic Colors of #132D6E
Black with #132D6E
Text Example
Text Example
White with #132D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D6E; }
p { color: rgb(19,45,110); }
H1.HeaderClassName
{
color: #132D6E;
}
.AnyTagClassName
{
color: #132D6E;
}
</style>
background-color css
<style>
a { background-color: #132D6E; }
a { background-color: rgb(19,45,110); }
div.DivClassName
{
background-color: #132D6E;
}
.BgClassName
{
background-color: #132D6E;
}
</style>
border-color css
<style>
span { border-color: #132D6E; }
span { border-color: rgb(19,45,110); }
td.TdClassName
{
border-color: #132D6E;
}
.TagClassName
{
border-color: #132D6E;
}
</style>