Shades of Sapphire #15235B
Tints of Sapphire #15235B
RGB
CMYK
RGB Variations
Color information
#15235B (or 0x15235B) is known color: Sapphire. HEX triplet: 15, 23 and 5B. RGB value is (21,35,91). Sum of RGB (Red+Green+Blue) = 21+35+91=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #15235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15235B is #EADCA4. Grayscale: #242424. Windows color (decimal): -15391909 or 5972757. OLE color: 5972757.
HSL color Cylindrical-coordinate representation of color #15235B: hue angle of 228º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15235B is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 35 | 91 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.64 |
| HSL | 228º | 0.63% | 0.22% | - |
| HSV(B) | 228º | 0.77% | 0.36% | - |
| XYZ | 2.8 | 2.12 | 10.16 | - |
| YUV | 37.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 91 | 0.77 | 0.62 | 0 | 0.64 | 228 | 0.63 | 0.22 |
| Hex | 15 | 23 | 5B | 4D | 3E | 0 | 40 | E4 | 3E | 16 |
| Octal | 25 | 43 | 133 | 115 | 76 | 0 | 100 | 344 | 76 | 26 |
| Binary | 10101 | 100011 | 1011011 | 1001101 | 111110 | 0 | 1000000 | 11100100 | 111110 | 10110 |
Color Harmonies of #15235B
Complementary color
Monochromatic Colors of #15235B
Black with #15235B
Text Example
Text Example
White with #15235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15235B; }
p { color: rgb(21,35,91); }
H1.HeaderClassName
{
color: #15235B;
}
.AnyTagClassName
{
color: #15235B;
}
</style>
background-color css
<style>
a { background-color: #15235B; }
a { background-color: rgb(21,35,91); }
div.DivClassName
{
background-color: #15235B;
}
.BgClassName
{
background-color: #15235B;
}
</style>
border-color css
<style>
span { border-color: #15235B; }
span { border-color: rgb(21,35,91); }
td.TdClassName
{
border-color: #15235B;
}
.TagClassName
{
border-color: #15235B;
}
</style>