Shades of Sapphire #152A55
Tints of Sapphire #152A55
RGB
CMYK
RGB Variations
Color information
#152A55 (or 0x152A55) is known color: Sapphire. HEX triplet: 15, 2A and 55. RGB value is (21,42,85). Sum of RGB (Red+Green+Blue) = 21+42+85=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #152A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A55 is #EAD5AA. Grayscale: #282828. Windows color (decimal): -15390123 or 5581333. OLE color: 5581333.
HSL color Cylindrical-coordinate representation of color #152A55: hue angle of 220.31º 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 #152A55 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 42 | 85 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.67 |
| HSL | 220.31º | 0.6% | 0.21% | - |
| HSV(B) | 220.31º | 0.75% | 0.33% | - |
| XYZ | 2.78 | 2.47 | 8.92 | - |
| YUV | 40.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 85 | 0.75 | 0.51 | 0 | 0.67 | 220.31 | 0.6 | 0.21 |
| Hex | 15 | 2A | 55 | 4B | 33 | 0 | 43 | DC | 3C | 15 |
| Octal | 25 | 52 | 125 | 113 | 63 | 0 | 103 | 334 | 74 | 25 |
| Binary | 10101 | 101010 | 1010101 | 1001011 | 110011 | 0 | 1000011 | 11011100 | 111100 | 10101 |
Color Harmonies of #152A55
Complementary color
Monochromatic Colors of #152A55
Black with #152A55
Text Example
Text Example
White with #152A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A55; }
p { color: rgb(21,42,85); }
H1.HeaderClassName
{
color: #152A55;
}
.AnyTagClassName
{
color: #152A55;
}
</style>
background-color css
<style>
a { background-color: #152A55; }
a { background-color: rgb(21,42,85); }
div.DivClassName
{
background-color: #152A55;
}
.BgClassName
{
background-color: #152A55;
}
</style>
border-color css
<style>
span { border-color: #152A55; }
span { border-color: rgb(21,42,85); }
td.TdClassName
{
border-color: #152A55;
}
.TagClassName
{
border-color: #152A55;
}
</style>