Shades of Sapphire #15346D
Tints of Sapphire #15346D
RGB
CMYK
RGB Variations
Color information
#15346D (or 0x15346D) is known color: Sapphire. HEX triplet: 15, 34 and 6D. RGB value is (21,52,109). Sum of RGB (Red+Green+Blue) = 21+52+109=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #15346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15346D is #EACB92. Grayscale: #303030. Windows color (decimal): -15387539 or 7156757. OLE color: 7156757.
HSL color Cylindrical-coordinate representation of color #15346D: hue angle of 218.86º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15346D is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 52 | 109 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.57 |
| HSL | 218.86º | 0.68% | 0.25% | - |
| HSV(B) | 218.86º | 0.81% | 0.43% | - |
| XYZ | 4.3 | 3.72 | 14.96 | - |
| YUV | 49.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 109 | 0.81 | 0.52 | 0 | 0.57 | 218.86 | 0.68 | 0.25 |
| Hex | 15 | 34 | 6D | 51 | 34 | 0 | 39 | DB | 44 | 19 |
| Octal | 25 | 64 | 155 | 121 | 64 | 0 | 71 | 333 | 104 | 31 |
| Binary | 10101 | 110100 | 1101101 | 1010001 | 110100 | 0 | 111001 | 11011011 | 1000100 | 11001 |
Color Harmonies of #15346D
Complementary color
Monochromatic Colors of #15346D
Black with #15346D
Text Example
Text Example
White with #15346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15346D; }
p { color: rgb(21,52,109); }
H1.HeaderClassName
{
color: #15346D;
}
.AnyTagClassName
{
color: #15346D;
}
</style>
background-color css
<style>
a { background-color: #15346D; }
a { background-color: rgb(21,52,109); }
div.DivClassName
{
background-color: #15346D;
}
.BgClassName
{
background-color: #15346D;
}
</style>
border-color css
<style>
span { border-color: #15346D; }
span { border-color: rgb(21,52,109); }
td.TdClassName
{
border-color: #15346D;
}
.TagClassName
{
border-color: #15346D;
}
</style>