Shades of Sapphire #15366B
Tints of Sapphire #15366B
RGB
CMYK
RGB Variations
Color information
#15366B (or 0x15366B) is known color: Sapphire. HEX triplet: 15, 36 and 6B. RGB value is (21,54,107). Sum of RGB (Red+Green+Blue) = 21+54+107=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #15366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15366B is #EAC994. Grayscale: #313131. Windows color (decimal): -15387029 or 7026197. OLE color: 7026197.
HSL color Cylindrical-coordinate representation of color #15366B: hue angle of 216.98º 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 #15366B is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 54 | 107 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.58 |
| HSL | 216.98º | 0.67% | 0.25% | - |
| HSV(B) | 216.98º | 0.8% | 0.42% | - |
| XYZ | 4.28 | 3.86 | 14.43 | - |
| YUV | 50.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 107 | 0.80 | 0.50 | 0 | 0.58 | 216.98 | 0.67 | 0.25 |
| Hex | 15 | 36 | 6B | 50 | 32 | 0 | 3A | D9 | 43 | 19 |
| Octal | 25 | 66 | 153 | 120 | 62 | 0 | 72 | 331 | 103 | 31 |
| Binary | 10101 | 110110 | 1101011 | 1010000 | 110010 | 0 | 111010 | 11011001 | 1000011 | 11001 |
Color Harmonies of #15366B
Complementary color
Monochromatic Colors of #15366B
Black with #15366B
Text Example
Text Example
White with #15366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15366B; }
p { color: rgb(21,54,107); }
H1.HeaderClassName
{
color: #15366B;
}
.AnyTagClassName
{
color: #15366B;
}
</style>
background-color css
<style>
a { background-color: #15366B; }
a { background-color: rgb(21,54,107); }
div.DivClassName
{
background-color: #15366B;
}
.BgClassName
{
background-color: #15366B;
}
</style>
border-color css
<style>
span { border-color: #15366B; }
span { border-color: rgb(21,54,107); }
td.TdClassName
{
border-color: #15366B;
}
.TagClassName
{
border-color: #15366B;
}
</style>