Shades of Sapphire #152657
Tints of Sapphire #152657
RGB
CMYK
RGB Variations
Color information
#152657 (or 0x152657) is known color: Sapphire. HEX triplet: 15, 26 and 57. RGB value is (21,38,87). Sum of RGB (Red+Green+Blue) = 21+38+87=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #152657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152657 is #EAD9A8. Grayscale: #262626. Windows color (decimal): -15391145 or 5711381. OLE color: 5711381.
HSL color Cylindrical-coordinate representation of color #152657: hue angle of 224.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152657 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 38 | 87 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.66 |
| HSL | 224.55º | 0.61% | 0.21% | - |
| HSV(B) | 224.55º | 0.76% | 0.34% | - |
| XYZ | 2.72 | 2.23 | 9.3 | - |
| YUV | 38.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 87 | 0.76 | 0.56 | 0 | 0.66 | 224.55 | 0.61 | 0.21 |
| Hex | 15 | 26 | 57 | 4C | 38 | 0 | 42 | E1 | 3D | 15 |
| Octal | 25 | 46 | 127 | 114 | 70 | 0 | 102 | 341 | 75 | 25 |
| Binary | 10101 | 100110 | 1010111 | 1001100 | 111000 | 0 | 1000010 | 11100001 | 111101 | 10101 |
Color Harmonies of #152657
Complementary color
Monochromatic Colors of #152657
Black with #152657
Text Example
Text Example
White with #152657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152657; }
p { color: rgb(21,38,87); }
H1.HeaderClassName
{
color: #152657;
}
.AnyTagClassName
{
color: #152657;
}
</style>
background-color css
<style>
a { background-color: #152657; }
a { background-color: rgb(21,38,87); }
div.DivClassName
{
background-color: #152657;
}
.BgClassName
{
background-color: #152657;
}
</style>
border-color css
<style>
span { border-color: #152657; }
span { border-color: rgb(21,38,87); }
td.TdClassName
{
border-color: #152657;
}
.TagClassName
{
border-color: #152657;
}
</style>