Shades of Sapphire #152C5A
Tints of Sapphire #152C5A
RGB
CMYK
RGB Variations
Color information
#152C5A (or 0x152C5A) is known color: Sapphire. HEX triplet: 15, 2C and 5A. RGB value is (21,44,90). Sum of RGB (Red+Green+Blue) = 21+44+90=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #152C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C5A is #EAD3A5. Grayscale: #2A2A2A. Windows color (decimal): -15389606 or 5909525. OLE color: 5909525.
HSL color Cylindrical-coordinate representation of color #152C5A: hue angle of 220º 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 #152C5A is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 44 | 90 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.65 |
| HSL | 220º | 0.62% | 0.22% | - |
| HSV(B) | 220º | 0.77% | 0.35% | - |
| XYZ | 3.06 | 2.7 | 10.03 | - |
| YUV | 42.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 90 | 0.77 | 0.51 | 0 | 0.65 | 220 | 0.62 | 0.22 |
| Hex | 15 | 2C | 5A | 4D | 33 | 0 | 41 | DC | 3E | 16 |
| Octal | 25 | 54 | 132 | 115 | 63 | 0 | 101 | 334 | 76 | 26 |
| Binary | 10101 | 101100 | 1011010 | 1001101 | 110011 | 0 | 1000001 | 11011100 | 111110 | 10110 |
Color Harmonies of #152C5A
Complementary color
Monochromatic Colors of #152C5A
Black with #152C5A
Text Example
Text Example
White with #152C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C5A; }
p { color: rgb(21,44,90); }
H1.HeaderClassName
{
color: #152C5A;
}
.AnyTagClassName
{
color: #152C5A;
}
</style>
background-color css
<style>
a { background-color: #152C5A; }
a { background-color: rgb(21,44,90); }
div.DivClassName
{
background-color: #152C5A;
}
.BgClassName
{
background-color: #152C5A;
}
</style>
border-color css
<style>
span { border-color: #152C5A; }
span { border-color: rgb(21,44,90); }
td.TdClassName
{
border-color: #152C5A;
}
.TagClassName
{
border-color: #152C5A;
}
</style>