Shades of Sapphire #15255B
Tints of Sapphire #15255B
RGB
CMYK
RGB Variations
Color information
#15255B (or 0x15255B) is known color: Sapphire. HEX triplet: 15, 25 and 5B. RGB value is (21,37,91). Sum of RGB (Red+Green+Blue) = 21+37+91=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #15255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15255B is #EADAA4. Grayscale: #262626. Windows color (decimal): -15391397 or 5973269. OLE color: 5973269.
HSL color Cylindrical-coordinate representation of color #15255B: hue angle of 226.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15255B is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 37 | 91 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.64 |
| HSL | 226.29º | 0.63% | 0.22% | - |
| HSV(B) | 226.29º | 0.77% | 0.36% | - |
| XYZ | 2.86 | 2.24 | 10.18 | - |
| YUV | 38.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 91 | 0.77 | 0.59 | 0 | 0.64 | 226.29 | 0.63 | 0.22 |
| Hex | 15 | 25 | 5B | 4D | 3B | 0 | 40 | E2 | 3E | 16 |
| Octal | 25 | 45 | 133 | 115 | 73 | 0 | 100 | 342 | 76 | 26 |
| Binary | 10101 | 100101 | 1011011 | 1001101 | 111011 | 0 | 1000000 | 11100010 | 111110 | 10110 |
Color Harmonies of #15255B
Complementary color
Monochromatic Colors of #15255B
Black with #15255B
Text Example
Text Example
White with #15255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15255B; }
p { color: rgb(21,37,91); }
H1.HeaderClassName
{
color: #15255B;
}
.AnyTagClassName
{
color: #15255B;
}
</style>
background-color css
<style>
a { background-color: #15255B; }
a { background-color: rgb(21,37,91); }
div.DivClassName
{
background-color: #15255B;
}
.BgClassName
{
background-color: #15255B;
}
</style>
border-color css
<style>
span { border-color: #15255B; }
span { border-color: rgb(21,37,91); }
td.TdClassName
{
border-color: #15255B;
}
.TagClassName
{
border-color: #15255B;
}
</style>