Shades of Sapphire #152C6C
Tints of Sapphire #152C6C
RGB
CMYK
RGB Variations
Color information
#152C6C (or 0x152C6C) is known color: Sapphire. HEX triplet: 15, 2C and 6C. RGB value is (21,44,108). Sum of RGB (Red+Green+Blue) = 21+44+108=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #152C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C6C is #EAD393. Grayscale: #2C2C2C. Windows color (decimal): -15389588 or 7089173. OLE color: 7089173.
HSL color Cylindrical-coordinate representation of color #152C6C: hue angle of 224.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152C6C is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 44 | 108 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.58 |
| HSL | 224.14º | 0.67% | 0.25% | - |
| HSV(B) | 224.14º | 0.81% | 0.42% | - |
| XYZ | 3.92 | 3.04 | 14.57 | - |
| YUV | 44.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 108 | 0.81 | 0.59 | 0 | 0.58 | 224.14 | 0.67 | 0.25 |
| Hex | 15 | 2C | 6C | 51 | 3B | 0 | 3A | E0 | 43 | 19 |
| Octal | 25 | 54 | 154 | 121 | 73 | 0 | 72 | 340 | 103 | 31 |
| Binary | 10101 | 101100 | 1101100 | 1010001 | 111011 | 0 | 111010 | 11100000 | 1000011 | 11001 |
Color Harmonies of #152C6C
Complementary color
Monochromatic Colors of #152C6C
Black with #152C6C
Text Example
Text Example
White with #152C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C6C; }
p { color: rgb(21,44,108); }
H1.HeaderClassName
{
color: #152C6C;
}
.AnyTagClassName
{
color: #152C6C;
}
</style>
background-color css
<style>
a { background-color: #152C6C; }
a { background-color: rgb(21,44,108); }
div.DivClassName
{
background-color: #152C6C;
}
.BgClassName
{
background-color: #152C6C;
}
</style>
border-color css
<style>
span { border-color: #152C6C; }
span { border-color: rgb(21,44,108); }
td.TdClassName
{
border-color: #152C6C;
}
.TagClassName
{
border-color: #152C6C;
}
</style>