Shades of Sapphire #152B5A
Tints of Sapphire #152B5A
RGB
CMYK
RGB Variations
Color information
#152B5A (or 0x152B5A) is known color: Sapphire. HEX triplet: 15, 2B and 5A. RGB value is (21,43,90). Sum of RGB (Red+Green+Blue) = 21+43+90=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #152B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B5A is #EAD4A5. Grayscale: #292929. Windows color (decimal): -15389862 or 5909269. OLE color: 5909269.
HSL color Cylindrical-coordinate representation of color #152B5A: hue angle of 220.87º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152B5A is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 43 | 90 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.65 |
| HSL | 220.87º | 0.62% | 0.22% | - |
| HSV(B) | 220.87º | 0.77% | 0.35% | - |
| XYZ | 3.02 | 2.63 | 10.02 | - |
| YUV | 41.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 90 | 0.77 | 0.52 | 0 | 0.65 | 220.87 | 0.62 | 0.22 |
| Hex | 15 | 2B | 5A | 4D | 34 | 0 | 41 | DD | 3E | 16 |
| Octal | 25 | 53 | 132 | 115 | 64 | 0 | 101 | 335 | 76 | 26 |
| Binary | 10101 | 101011 | 1011010 | 1001101 | 110100 | 0 | 1000001 | 11011101 | 111110 | 10110 |
Color Harmonies of #152B5A
Complementary color
Monochromatic Colors of #152B5A
Black with #152B5A
Text Example
Text Example
White with #152B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B5A; }
p { color: rgb(21,43,90); }
H1.HeaderClassName
{
color: #152B5A;
}
.AnyTagClassName
{
color: #152B5A;
}
</style>
background-color css
<style>
a { background-color: #152B5A; }
a { background-color: rgb(21,43,90); }
div.DivClassName
{
background-color: #152B5A;
}
.BgClassName
{
background-color: #152B5A;
}
</style>
border-color css
<style>
span { border-color: #152B5A; }
span { border-color: rgb(21,43,90); }
td.TdClassName
{
border-color: #152B5A;
}
.TagClassName
{
border-color: #152B5A;
}
</style>