Shades of Sapphire #15266A
Tints of Sapphire #15266A
RGB
CMYK
RGB Variations
Color information
#15266A (or 0x15266A) is known color: Sapphire. HEX triplet: 15, 26 and 6A. RGB value is (21,38,106). Sum of RGB (Red+Green+Blue) = 21+38+106=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #15266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15266A is #EAD995. Grayscale: #282828. Windows color (decimal): -15391126 or 6956565. OLE color: 6956565.
HSL color Cylindrical-coordinate representation of color #15266A: hue angle of 228º 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 #15266A is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 38 | 106 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.58 |
| HSL | 228º | 0.67% | 0.25% | - |
| HSV(B) | 228º | 0.8% | 0.42% | - |
| XYZ | 3.6 | 2.59 | 13.94 | - |
| YUV | 40.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 106 | 0.80 | 0.64 | 0 | 0.58 | 228 | 0.67 | 0.25 |
| Hex | 15 | 26 | 6A | 50 | 40 | 0 | 3A | E4 | 43 | 19 |
| Octal | 25 | 46 | 152 | 120 | 100 | 0 | 72 | 344 | 103 | 31 |
| Binary | 10101 | 100110 | 1101010 | 1010000 | 1000000 | 0 | 111010 | 11100100 | 1000011 | 11001 |
Color Harmonies of #15266A
Complementary color
Monochromatic Colors of #15266A
Black with #15266A
Text Example
Text Example
White with #15266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15266A; }
p { color: rgb(21,38,106); }
H1.HeaderClassName
{
color: #15266A;
}
.AnyTagClassName
{
color: #15266A;
}
</style>
background-color css
<style>
a { background-color: #15266A; }
a { background-color: rgb(21,38,106); }
div.DivClassName
{
background-color: #15266A;
}
.BgClassName
{
background-color: #15266A;
}
</style>
border-color css
<style>
span { border-color: #15266A; }
span { border-color: rgb(21,38,106); }
td.TdClassName
{
border-color: #15266A;
}
.TagClassName
{
border-color: #15266A;
}
</style>