Shades of Sapphire #152C55
Tints of Sapphire #152C55
RGB
CMYK
RGB Variations
Color information
#152C55 (or 0x152C55) is known color: Sapphire. HEX triplet: 15, 2C and 55. RGB value is (21,44,85). Sum of RGB (Red+Green+Blue) = 21+44+85=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #152C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C55 is #EAD3AA. Grayscale: #292929. Windows color (decimal): -15389611 or 5581845. OLE color: 5581845.
HSL color Cylindrical-coordinate representation of color #152C55: hue angle of 218.44º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152C55 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 44 | 85 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.67 |
| HSL | 218.44º | 0.6% | 0.21% | - |
| HSV(B) | 218.44º | 0.75% | 0.33% | - |
| XYZ | 2.85 | 2.62 | 8.95 | - |
| YUV | 41.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 85 | 0.75 | 0.48 | 0 | 0.67 | 218.44 | 0.6 | 0.21 |
| Hex | 15 | 2C | 55 | 4B | 30 | 0 | 43 | DA | 3C | 15 |
| Octal | 25 | 54 | 125 | 113 | 60 | 0 | 103 | 332 | 74 | 25 |
| Binary | 10101 | 101100 | 1010101 | 1001011 | 110000 | 0 | 1000011 | 11011010 | 111100 | 10101 |
Color Harmonies of #152C55
Complementary color
Monochromatic Colors of #152C55
Black with #152C55
Text Example
Text Example
White with #152C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C55; }
p { color: rgb(21,44,85); }
H1.HeaderClassName
{
color: #152C55;
}
.AnyTagClassName
{
color: #152C55;
}
</style>
background-color css
<style>
a { background-color: #152C55; }
a { background-color: rgb(21,44,85); }
div.DivClassName
{
background-color: #152C55;
}
.BgClassName
{
background-color: #152C55;
}
</style>
border-color css
<style>
span { border-color: #152C55; }
span { border-color: rgb(21,44,85); }
td.TdClassName
{
border-color: #152C55;
}
.TagClassName
{
border-color: #152C55;
}
</style>