Shades of Sapphire #15256B
Tints of Sapphire #15256B
RGB
CMYK
RGB Variations
Color information
#15256B (or 0x15256B) is known color: Sapphire. HEX triplet: 15, 25 and 6B. RGB value is (21,37,107). Sum of RGB (Red+Green+Blue) = 21+37+107=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #15256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15256B is #EADA94. Grayscale: #272727. Windows color (decimal): -15391381 or 7021845. OLE color: 7021845.
HSL color Cylindrical-coordinate representation of color #15256B: hue angle of 228.84º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15256B is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 37 | 107 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.58 |
| HSL | 228.84º | 0.67% | 0.25% | - |
| HSV(B) | 228.84º | 0.8% | 0.42% | - |
| XYZ | 3.62 | 2.54 | 14.21 | - |
| YUV | 40.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 107 | 0.80 | 0.65 | 0 | 0.58 | 228.84 | 0.67 | 0.25 |
| Hex | 15 | 25 | 6B | 50 | 41 | 0 | 3A | E5 | 43 | 19 |
| Octal | 25 | 45 | 153 | 120 | 101 | 0 | 72 | 345 | 103 | 31 |
| Binary | 10101 | 100101 | 1101011 | 1010000 | 1000001 | 0 | 111010 | 11100101 | 1000011 | 11001 |
Color Harmonies of #15256B
Complementary color
Monochromatic Colors of #15256B
Black with #15256B
Text Example
Text Example
White with #15256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15256B; }
p { color: rgb(21,37,107); }
H1.HeaderClassName
{
color: #15256B;
}
.AnyTagClassName
{
color: #15256B;
}
</style>
background-color css
<style>
a { background-color: #15256B; }
a { background-color: rgb(21,37,107); }
div.DivClassName
{
background-color: #15256B;
}
.BgClassName
{
background-color: #15256B;
}
</style>
border-color css
<style>
span { border-color: #15256B; }
span { border-color: rgb(21,37,107); }
td.TdClassName
{
border-color: #15256B;
}
.TagClassName
{
border-color: #15256B;
}
</style>