Shades of Sapphire #132B54
Tints of Sapphire #132B54
RGB
CMYK
RGB Variations
Color information
#132B54 (or 0x132B54) is known color: Sapphire. HEX triplet: 13, 2B and 54. RGB value is (19,43,84). Sum of RGB (Red+Green+Blue) = 19+43+84=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #132B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B54 is #ECD4AB. Grayscale: #282828. Windows color (decimal): -15520940 or 5516051. OLE color: 5516051.
HSL color Cylindrical-coordinate representation of color #132B54: hue angle of 217.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132B54 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 43 | 84 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.67 |
| HSL | 217.85º | 0.63% | 0.2% | - |
| HSV(B) | 217.85º | 0.77% | 0.33% | - |
| XYZ | 2.73 | 2.51 | 8.73 | - |
| YUV | 40.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 84 | 0.77 | 0.49 | 0 | 0.67 | 217.85 | 0.63 | 0.2 |
| Hex | 13 | 2B | 54 | 4D | 31 | 0 | 43 | DA | 3F | 14 |
| Octal | 23 | 53 | 124 | 115 | 61 | 0 | 103 | 332 | 77 | 24 |
| Binary | 10011 | 101011 | 1010100 | 1001101 | 110001 | 0 | 1000011 | 11011010 | 111111 | 10100 |
Color Harmonies of #132B54
Complementary color
Monochromatic Colors of #132B54
Black with #132B54
Text Example
Text Example
White with #132B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B54; }
p { color: rgb(19,43,84); }
H1.HeaderClassName
{
color: #132B54;
}
.AnyTagClassName
{
color: #132B54;
}
</style>
background-color css
<style>
a { background-color: #132B54; }
a { background-color: rgb(19,43,84); }
div.DivClassName
{
background-color: #132B54;
}
.BgClassName
{
background-color: #132B54;
}
</style>
border-color css
<style>
span { border-color: #132B54; }
span { border-color: rgb(19,43,84); }
td.TdClassName
{
border-color: #132B54;
}
.TagClassName
{
border-color: #132B54;
}
</style>