Shades of Sapphire #132D62
Tints of Sapphire #132D62
RGB
CMYK
RGB Variations
Color information
#132D62 (or 0x132D62) is known color: Sapphire. HEX triplet: 13, 2D and 62. RGB value is (19,45,98). Sum of RGB (Red+Green+Blue) = 19+45+98=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #132D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D62 is #ECD29D. Grayscale: #2B2B2B. Windows color (decimal): -15520414 or 6434067. OLE color: 6434067.
HSL color Cylindrical-coordinate representation of color #132D62: hue angle of 220.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132D62 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 45 | 98 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.62 |
| HSL | 220.25º | 0.68% | 0.23% | - |
| HSV(B) | 220.25º | 0.81% | 0.38% | - |
| XYZ | 3.41 | 2.9 | 11.93 | - |
| YUV | 43.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 98 | 0.81 | 0.54 | 0 | 0.62 | 220.25 | 0.68 | 0.23 |
| Hex | 13 | 2D | 62 | 51 | 36 | 0 | 3E | DC | 44 | 17 |
| Octal | 23 | 55 | 142 | 121 | 66 | 0 | 76 | 334 | 104 | 27 |
| Binary | 10011 | 101101 | 1100010 | 1010001 | 110110 | 0 | 111110 | 11011100 | 1000100 | 10111 |
Color Harmonies of #132D62
Complementary color
Monochromatic Colors of #132D62
Black with #132D62
Text Example
Text Example
White with #132D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D62; }
p { color: rgb(19,45,98); }
H1.HeaderClassName
{
color: #132D62;
}
.AnyTagClassName
{
color: #132D62;
}
</style>
background-color css
<style>
a { background-color: #132D62; }
a { background-color: rgb(19,45,98); }
div.DivClassName
{
background-color: #132D62;
}
.BgClassName
{
background-color: #132D62;
}
</style>
border-color css
<style>
span { border-color: #132D62; }
span { border-color: rgb(19,45,98); }
td.TdClassName
{
border-color: #132D62;
}
.TagClassName
{
border-color: #132D62;
}
</style>