Shades of Sapphire #15327B
Tints of Sapphire #15327B
RGB
CMYK
RGB Variations
Color information
#15327B (or 0x15327B) is known color: Sapphire. HEX triplet: 15, 32 and 7B. RGB value is (21,50,123). Sum of RGB (Red+Green+Blue) = 21+50+123=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 123 (48.44% from 255 or 63.40% from 194); Max value from RGB is 123 - color contains mainly: blue. Hex color #15327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15327B is #EACD84. Grayscale: #313131. Windows color (decimal): -15388037 or 8073749. OLE color: 8073749.
HSL color Cylindrical-coordinate representation of color #15327B: hue angle of 222.94º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15327B is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 50 | 123 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.52 |
| HSL | 222.94º | 0.71% | 0.28% | - |
| HSV(B) | 222.94º | 0.83% | 0.48% | - |
| XYZ | 5.03 | 3.87 | 19.22 | - |
| YUV | 49.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 123 | 0.83 | 0.59 | 0 | 0.52 | 222.94 | 0.71 | 0.28 |
| Hex | 15 | 32 | 7B | 53 | 3B | 0 | 34 | DF | 47 | 1C |
| Octal | 25 | 62 | 173 | 123 | 73 | 0 | 64 | 337 | 107 | 34 |
| Binary | 10101 | 110010 | 1111011 | 1010011 | 111011 | 0 | 110100 | 11011111 | 1000111 | 11100 |
Color Harmonies of #15327B
Complementary color
Monochromatic Colors of #15327B
Black with #15327B
Text Example
Text Example
White with #15327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15327B; }
p { color: rgb(21,50,123); }
H1.HeaderClassName
{
color: #15327B;
}
.AnyTagClassName
{
color: #15327B;
}
</style>
background-color css
<style>
a { background-color: #15327B; }
a { background-color: rgb(21,50,123); }
div.DivClassName
{
background-color: #15327B;
}
.BgClassName
{
background-color: #15327B;
}
</style>
border-color css
<style>
span { border-color: #15327B; }
span { border-color: rgb(21,50,123); }
td.TdClassName
{
border-color: #15327B;
}
.TagClassName
{
border-color: #15327B;
}
</style>