Shades of Sapphire #15336C
Tints of Sapphire #15336C
RGB
CMYK
RGB Variations
Color information
#15336C (or 0x15336C) is known color: Sapphire. HEX triplet: 15, 33 and 6C. RGB value is (21,51,108). Sum of RGB (Red+Green+Blue) = 21+51+108=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #15336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15336C is #EACC93. Grayscale: #303030. Windows color (decimal): -15387796 or 7090965. OLE color: 7090965.
HSL color Cylindrical-coordinate representation of color #15336C: hue angle of 219.31º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15336C is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 51 | 108 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.58 |
| HSL | 219.31º | 0.67% | 0.25% | - |
| HSV(B) | 219.31º | 0.81% | 0.42% | - |
| XYZ | 4.2 | 3.61 | 14.66 | - |
| YUV | 48.53 | 161.56 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 108 | 0.81 | 0.53 | 0 | 0.58 | 219.31 | 0.67 | 0.25 |
| Hex | 15 | 33 | 6C | 51 | 35 | 0 | 3A | DB | 43 | 19 |
| Octal | 25 | 63 | 154 | 121 | 65 | 0 | 72 | 333 | 103 | 31 |
| Binary | 10101 | 110011 | 1101100 | 1010001 | 110101 | 0 | 111010 | 11011011 | 1000011 | 11001 |
Color Harmonies of #15336C
Complementary color
Monochromatic Colors of #15336C
Black with #15336C
Text Example
Text Example
White with #15336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15336C; }
p { color: rgb(21,51,108); }
H1.HeaderClassName
{
color: #15336C;
}
.AnyTagClassName
{
color: #15336C;
}
</style>
background-color css
<style>
a { background-color: #15336C; }
a { background-color: rgb(21,51,108); }
div.DivClassName
{
background-color: #15336C;
}
.BgClassName
{
background-color: #15336C;
}
</style>
border-color css
<style>
span { border-color: #15336C; }
span { border-color: rgb(21,51,108); }
td.TdClassName
{
border-color: #15336C;
}
.TagClassName
{
border-color: #15336C;
}
</style>