Shades of Sapphire #132B5B
Tints of Sapphire #132B5B
RGB
CMYK
RGB Variations
Color information
#132B5B (or 0x132B5B) is known color: Sapphire. HEX triplet: 13, 2B and 5B. RGB value is (19,43,91). Sum of RGB (Red+Green+Blue) = 19+43+91=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #132B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B5B is #ECD4A4. Grayscale: #292929. Windows color (decimal): -15520933 or 5974803. OLE color: 5974803.
HSL color Cylindrical-coordinate representation of color #132B5B: hue angle of 220º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132B5B is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 43 | 91 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.64 |
| HSL | 220º | 0.65% | 0.22% | - |
| HSV(B) | 220º | 0.79% | 0.36% | - |
| XYZ | 3.02 | 2.62 | 10.24 | - |
| YUV | 41.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 91 | 0.79 | 0.53 | 0 | 0.64 | 220 | 0.65 | 0.22 |
| Hex | 13 | 2B | 5B | 4F | 35 | 0 | 40 | DC | 41 | 16 |
| Octal | 23 | 53 | 133 | 117 | 65 | 0 | 100 | 334 | 101 | 26 |
| Binary | 10011 | 101011 | 1011011 | 1001111 | 110101 | 0 | 1000000 | 11011100 | 1000001 | 10110 |
Color Harmonies of #132B5B
Complementary color
Monochromatic Colors of #132B5B
Black with #132B5B
Text Example
Text Example
White with #132B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B5B; }
p { color: rgb(19,43,91); }
H1.HeaderClassName
{
color: #132B5B;
}
.AnyTagClassName
{
color: #132B5B;
}
</style>
background-color css
<style>
a { background-color: #132B5B; }
a { background-color: rgb(19,43,91); }
div.DivClassName
{
background-color: #132B5B;
}
.BgClassName
{
background-color: #132B5B;
}
</style>
border-color css
<style>
span { border-color: #132B5B; }
span { border-color: rgb(19,43,91); }
td.TdClassName
{
border-color: #132B5B;
}
.TagClassName
{
border-color: #132B5B;
}
</style>