Shades of Sapphire #132558
Tints of Sapphire #132558
RGB
CMYK
RGB Variations
Color information
#132558 (or 0x132558) is known color: Sapphire. HEX triplet: 13, 25 and 58. RGB value is (19,37,88). Sum of RGB (Red+Green+Blue) = 19+37+88=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #132558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132558 is #ECDAA7. Grayscale: #252525. Windows color (decimal): -15522472 or 5776659. OLE color: 5776659.
HSL color Cylindrical-coordinate representation of color #132558: hue angle of 224.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132558 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 37 | 88 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.65 |
| HSL | 224.35º | 0.64% | 0.21% | - |
| HSV(B) | 224.35º | 0.78% | 0.35% | - |
| XYZ | 2.69 | 2.17 | 9.51 | - |
| YUV | 37.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 88 | 0.78 | 0.58 | 0 | 0.65 | 224.35 | 0.64 | 0.21 |
| Hex | 13 | 25 | 58 | 4E | 3A | 0 | 41 | E0 | 40 | 15 |
| Octal | 23 | 45 | 130 | 116 | 72 | 0 | 101 | 340 | 100 | 25 |
| Binary | 10011 | 100101 | 1011000 | 1001110 | 111010 | 0 | 1000001 | 11100000 | 1000000 | 10101 |
Color Harmonies of #132558
Complementary color
Monochromatic Colors of #132558
Black with #132558
Text Example
Text Example
White with #132558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132558; }
p { color: rgb(19,37,88); }
H1.HeaderClassName
{
color: #132558;
}
.AnyTagClassName
{
color: #132558;
}
</style>
background-color css
<style>
a { background-color: #132558; }
a { background-color: rgb(19,37,88); }
div.DivClassName
{
background-color: #132558;
}
.BgClassName
{
background-color: #132558;
}
</style>
border-color css
<style>
span { border-color: #132558; }
span { border-color: rgb(19,37,88); }
td.TdClassName
{
border-color: #132558;
}
.TagClassName
{
border-color: #132558;
}
</style>