Shades of Sapphire #13256D
Tints of Sapphire #13256D
RGB
CMYK
RGB Variations
Color information
#13256D (or 0x13256D) is known color: Sapphire. HEX triplet: 13, 25 and 6D. RGB value is (19,37,109). Sum of RGB (Red+Green+Blue) = 19+37+109=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #13256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13256D is #ECDA92. Grayscale: #272727. Windows color (decimal): -15522451 or 7152915. OLE color: 7152915.
HSL color Cylindrical-coordinate representation of color #13256D: hue angle of 228º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13256D is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 37 | 109 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.57 |
| HSL | 228º | 0.7% | 0.25% | - |
| HSV(B) | 228º | 0.83% | 0.43% | - |
| XYZ | 3.69 | 2.57 | 14.77 | - |
| YUV | 39.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 109 | 0.83 | 0.66 | 0 | 0.57 | 228 | 0.7 | 0.25 |
| Hex | 13 | 25 | 6D | 53 | 42 | 0 | 39 | E4 | 46 | 19 |
| Octal | 23 | 45 | 155 | 123 | 102 | 0 | 71 | 344 | 106 | 31 |
| Binary | 10011 | 100101 | 1101101 | 1010011 | 1000010 | 0 | 111001 | 11100100 | 1000110 | 11001 |
Color Harmonies of #13256D
Complementary color
Monochromatic Colors of #13256D
Black with #13256D
Text Example
Text Example
White with #13256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13256D; }
p { color: rgb(19,37,109); }
H1.HeaderClassName
{
color: #13256D;
}
.AnyTagClassName
{
color: #13256D;
}
</style>
background-color css
<style>
a { background-color: #13256D; }
a { background-color: rgb(19,37,109); }
div.DivClassName
{
background-color: #13256D;
}
.BgClassName
{
background-color: #13256D;
}
</style>
border-color css
<style>
span { border-color: #13256D; }
span { border-color: rgb(19,37,109); }
td.TdClassName
{
border-color: #13256D;
}
.TagClassName
{
border-color: #13256D;
}
</style>