Shades of Sapphire #13255C
Tints of Sapphire #13255C
RGB
CMYK
RGB Variations
Color information
#13255C (or 0x13255C) is known color: Sapphire. HEX triplet: 13, 25 and 5C. RGB value is (19,37,92). Sum of RGB (Red+Green+Blue) = 19+37+92=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #13255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255C is #ECDAA3. Grayscale: #252525. Windows color (decimal): -15522468 or 6038803. OLE color: 6038803.
HSL color Cylindrical-coordinate representation of color #13255C: hue angle of 225.21º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13255C is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 37 | 92 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.64 |
| HSL | 225.21º | 0.66% | 0.22% | - |
| HSV(B) | 225.21º | 0.79% | 0.36% | - |
| XYZ | 2.86 | 2.23 | 10.41 | - |
| YUV | 37.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 92 | 0.79 | 0.60 | 0 | 0.64 | 225.21 | 0.66 | 0.22 |
| Hex | 13 | 25 | 5C | 4F | 3C | 0 | 40 | E1 | 42 | 16 |
| Octal | 23 | 45 | 134 | 117 | 74 | 0 | 100 | 341 | 102 | 26 |
| Binary | 10011 | 100101 | 1011100 | 1001111 | 111100 | 0 | 1000000 | 11100001 | 1000010 | 10110 |
Color Harmonies of #13255C
Complementary color
Monochromatic Colors of #13255C
Black with #13255C
Text Example
Text Example
White with #13255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13255C; }
p { color: rgb(19,37,92); }
H1.HeaderClassName
{
color: #13255C;
}
.AnyTagClassName
{
color: #13255C;
}
</style>
background-color css
<style>
a { background-color: #13255C; }
a { background-color: rgb(19,37,92); }
div.DivClassName
{
background-color: #13255C;
}
.BgClassName
{
background-color: #13255C;
}
</style>
border-color css
<style>
span { border-color: #13255C; }
span { border-color: rgb(19,37,92); }
td.TdClassName
{
border-color: #13255C;
}
.TagClassName
{
border-color: #13255C;
}
</style>