Shades of Sapphire #13245A
Tints of Sapphire #13245A
RGB
CMYK
RGB Variations
Color information
#13245A (or 0x13245A) is known color: Sapphire. HEX triplet: 13, 24 and 5A. RGB value is (19,36,90). Sum of RGB (Red+Green+Blue) = 19+36+90=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #13245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13245A is #ECDBA5. Grayscale: #242424. Windows color (decimal): -15522726 or 5907475. OLE color: 5907475.
HSL color Cylindrical-coordinate representation of color #13245A: hue angle of 225.63º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13245A is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 36 | 90 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.65 |
| HSL | 225.63º | 0.65% | 0.21% | - |
| HSV(B) | 225.63º | 0.79% | 0.35% | - |
| XYZ | 2.74 | 2.14 | 9.94 | - |
| YUV | 37.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 90 | 0.79 | 0.60 | 0 | 0.65 | 225.63 | 0.65 | 0.21 |
| Hex | 13 | 24 | 5A | 4F | 3C | 0 | 41 | E2 | 41 | 15 |
| Octal | 23 | 44 | 132 | 117 | 74 | 0 | 101 | 342 | 101 | 25 |
| Binary | 10011 | 100100 | 1011010 | 1001111 | 111100 | 0 | 1000001 | 11100010 | 1000001 | 10101 |
Color Harmonies of #13245A
Complementary color
Monochromatic Colors of #13245A
Black with #13245A
Text Example
Text Example
White with #13245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13245A; }
p { color: rgb(19,36,90); }
H1.HeaderClassName
{
color: #13245A;
}
.AnyTagClassName
{
color: #13245A;
}
</style>
background-color css
<style>
a { background-color: #13245A; }
a { background-color: rgb(19,36,90); }
div.DivClassName
{
background-color: #13245A;
}
.BgClassName
{
background-color: #13245A;
}
</style>
border-color css
<style>
span { border-color: #13245A; }
span { border-color: rgb(19,36,90); }
td.TdClassName
{
border-color: #13245A;
}
.TagClassName
{
border-color: #13245A;
}
</style>