Shades of Sapphire #13246C
Tints of Sapphire #13246C
RGB
CMYK
RGB Variations
Color information
#13246C (or 0x13246C) is known color: Sapphire. HEX triplet: 13, 24 and 6C. RGB value is (19,36,108). Sum of RGB (Red+Green+Blue) = 19+36+108=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #13246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13246C is #ECDB93. Grayscale: #262626. Windows color (decimal): -15522708 or 7087123. OLE color: 7087123.
HSL color Cylindrical-coordinate representation of color #13246C: hue angle of 228.54º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13246C is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 36 | 108 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.58 |
| HSL | 228.54º | 0.7% | 0.25% | - |
| HSV(B) | 228.54º | 0.82% | 0.42% | - |
| XYZ | 3.61 | 2.48 | 14.48 | - |
| YUV | 39.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 108 | 0.82 | 0.67 | 0 | 0.58 | 228.54 | 0.7 | 0.25 |
| Hex | 13 | 24 | 6C | 52 | 43 | 0 | 3A | E5 | 46 | 19 |
| Octal | 23 | 44 | 154 | 122 | 103 | 0 | 72 | 345 | 106 | 31 |
| Binary | 10011 | 100100 | 1101100 | 1010010 | 1000011 | 0 | 111010 | 11100101 | 1000110 | 11001 |
Color Harmonies of #13246C
Complementary color
Monochromatic Colors of #13246C
Black with #13246C
Text Example
Text Example
White with #13246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13246C; }
p { color: rgb(19,36,108); }
H1.HeaderClassName
{
color: #13246C;
}
.AnyTagClassName
{
color: #13246C;
}
</style>
background-color css
<style>
a { background-color: #13246C; }
a { background-color: rgb(19,36,108); }
div.DivClassName
{
background-color: #13246C;
}
.BgClassName
{
background-color: #13246C;
}
</style>
border-color css
<style>
span { border-color: #13246C; }
span { border-color: rgb(19,36,108); }
td.TdClassName
{
border-color: #13246C;
}
.TagClassName
{
border-color: #13246C;
}
</style>