Shades of Sapphire #15336B
Tints of Sapphire #15336B
RGB
CMYK
RGB Variations
Color information
#15336B (or 0x15336B) is known color: Sapphire. HEX triplet: 15, 33 and 6B. RGB value is (21,51,107). Sum of RGB (Red+Green+Blue) = 21+51+107=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #15336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15336B is #EACC94. Grayscale: #303030. Windows color (decimal): -15387797 or 7025429. OLE color: 7025429.
HSL color Cylindrical-coordinate representation of color #15336B: hue angle of 219.07º 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 #15336B is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 51 | 107 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.58 |
| HSL | 219.07º | 0.67% | 0.25% | - |
| HSV(B) | 219.07º | 0.8% | 0.42% | - |
| XYZ | 4.15 | 3.59 | 14.38 | - |
| YUV | 48.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 107 | 0.80 | 0.52 | 0 | 0.58 | 219.07 | 0.67 | 0.25 |
| Hex | 15 | 33 | 6B | 50 | 34 | 0 | 3A | DB | 43 | 19 |
| Octal | 25 | 63 | 153 | 120 | 64 | 0 | 72 | 333 | 103 | 31 |
| Binary | 10101 | 110011 | 1101011 | 1010000 | 110100 | 0 | 111010 | 11011011 | 1000011 | 11001 |
Color Harmonies of #15336B
Complementary color
Monochromatic Colors of #15336B
Black with #15336B
Text Example
Text Example
White with #15336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15336B; }
p { color: rgb(21,51,107); }
H1.HeaderClassName
{
color: #15336B;
}
.AnyTagClassName
{
color: #15336B;
}
</style>
background-color css
<style>
a { background-color: #15336B; }
a { background-color: rgb(21,51,107); }
div.DivClassName
{
background-color: #15336B;
}
.BgClassName
{
background-color: #15336B;
}
</style>
border-color css
<style>
span { border-color: #15336B; }
span { border-color: rgb(21,51,107); }
td.TdClassName
{
border-color: #15336B;
}
.TagClassName
{
border-color: #15336B;
}
</style>