Shades of Sapphire #132B70
Tints of Sapphire #132B70
RGB
CMYK
RGB Variations
Color information
#132B70 (or 0x132B70) is known color: Sapphire. HEX triplet: 13, 2B and 70. RGB value is (19,43,112). Sum of RGB (Red+Green+Blue) = 19+43+112=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #132B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132B70 is #ECD48F. Grayscale: #2B2B2B. Windows color (decimal): -15520912 or 7351059. OLE color: 7351059.
HSL color Cylindrical-coordinate representation of color #132B70: hue angle of 224.52º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132B70 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 43 | 112 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.56 |
| HSL | 224.52º | 0.71% | 0.26% | - |
| HSV(B) | 224.52º | 0.83% | 0.44% | - |
| XYZ | 4.06 | 3.04 | 15.7 | - |
| YUV | 43.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 112 | 0.83 | 0.62 | 0 | 0.56 | 224.52 | 0.71 | 0.26 |
| Hex | 13 | 2B | 70 | 53 | 3E | 0 | 38 | E1 | 47 | 1A |
| Octal | 23 | 53 | 160 | 123 | 76 | 0 | 70 | 341 | 107 | 32 |
| Binary | 10011 | 101011 | 1110000 | 1010011 | 111110 | 0 | 111000 | 11100001 | 1000111 | 11010 |
Color Harmonies of #132B70
Complementary color
Monochromatic Colors of #132B70
Black with #132B70
Text Example
Text Example
White with #132B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132B70; }
p { color: rgb(19,43,112); }
H1.HeaderClassName
{
color: #132B70;
}
.AnyTagClassName
{
color: #132B70;
}
</style>
background-color css
<style>
a { background-color: #132B70; }
a { background-color: rgb(19,43,112); }
div.DivClassName
{
background-color: #132B70;
}
.BgClassName
{
background-color: #132B70;
}
</style>
border-color css
<style>
span { border-color: #132B70; }
span { border-color: rgb(19,43,112); }
td.TdClassName
{
border-color: #132B70;
}
.TagClassName
{
border-color: #132B70;
}
</style>