Shades of Sapphire #132B55
Tints of Sapphire #132B55
RGB
CMYK
RGB Variations
Color information
#132B55 (or 0x132B55) is known color: Sapphire. HEX triplet: 13, 2B and 55. RGB value is (19,43,85). Sum of RGB (Red+Green+Blue) = 19+43+85=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #132B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B55 is #ECD4AA. Grayscale: #282828. Windows color (decimal): -15520939 or 5581587. OLE color: 5581587.
HSL color Cylindrical-coordinate representation of color #132B55: hue angle of 218.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132B55 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 43 | 85 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.67 |
| HSL | 218.18º | 0.63% | 0.2% | - |
| HSV(B) | 218.18º | 0.78% | 0.33% | - |
| XYZ | 2.77 | 2.52 | 8.94 | - |
| YUV | 40.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 85 | 0.78 | 0.49 | 0 | 0.67 | 218.18 | 0.63 | 0.2 |
| Hex | 13 | 2B | 55 | 4E | 31 | 0 | 43 | DA | 3F | 14 |
| Octal | 23 | 53 | 125 | 116 | 61 | 0 | 103 | 332 | 77 | 24 |
| Binary | 10011 | 101011 | 1010101 | 1001110 | 110001 | 0 | 1000011 | 11011010 | 111111 | 10100 |
Color Harmonies of #132B55
Complementary color
Monochromatic Colors of #132B55
Black with #132B55
Text Example
Text Example
White with #132B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B55; }
p { color: rgb(19,43,85); }
H1.HeaderClassName
{
color: #132B55;
}
.AnyTagClassName
{
color: #132B55;
}
</style>
background-color css
<style>
a { background-color: #132B55; }
a { background-color: rgb(19,43,85); }
div.DivClassName
{
background-color: #132B55;
}
.BgClassName
{
background-color: #132B55;
}
</style>
border-color css
<style>
span { border-color: #132B55; }
span { border-color: rgb(19,43,85); }
td.TdClassName
{
border-color: #132B55;
}
.TagClassName
{
border-color: #132B55;
}
</style>