Shades of Sapphire #15306B
Tints of Sapphire #15306B
RGB
CMYK
RGB Variations
Color information
#15306B (or 0x15306B) is known color: Sapphire. HEX triplet: 15, 30 and 6B. RGB value is (21,48,107). Sum of RGB (Red+Green+Blue) = 21+48+107=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #15306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15306B is #EACF94. Grayscale: #2E2E2E. Windows color (decimal): -15388565 or 7024661. OLE color: 7024661.
HSL color Cylindrical-coordinate representation of color #15306B: hue angle of 221.16º 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 #15306B is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 48 | 107 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.58 |
| HSL | 221.16º | 0.67% | 0.25% | - |
| HSV(B) | 221.16º | 0.8% | 0.42% | - |
| XYZ | 4.02 | 3.33 | 14.34 | - |
| YUV | 46.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 107 | 0.80 | 0.55 | 0 | 0.58 | 221.16 | 0.67 | 0.25 |
| Hex | 15 | 30 | 6B | 50 | 37 | 0 | 3A | DD | 43 | 19 |
| Octal | 25 | 60 | 153 | 120 | 67 | 0 | 72 | 335 | 103 | 31 |
| Binary | 10101 | 110000 | 1101011 | 1010000 | 110111 | 0 | 111010 | 11011101 | 1000011 | 11001 |
Color Harmonies of #15306B
Complementary color
Monochromatic Colors of #15306B
Black with #15306B
Text Example
Text Example
White with #15306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15306B; }
p { color: rgb(21,48,107); }
H1.HeaderClassName
{
color: #15306B;
}
.AnyTagClassName
{
color: #15306B;
}
</style>
background-color css
<style>
a { background-color: #15306B; }
a { background-color: rgb(21,48,107); }
div.DivClassName
{
background-color: #15306B;
}
.BgClassName
{
background-color: #15306B;
}
</style>
border-color css
<style>
span { border-color: #15306B; }
span { border-color: rgb(21,48,107); }
td.TdClassName
{
border-color: #15306B;
}
.TagClassName
{
border-color: #15306B;
}
</style>