Shades of Sapphire #152258
Tints of Sapphire #152258
RGB
CMYK
RGB Variations
Color information
#152258 (or 0x152258) is known color: Sapphire. HEX triplet: 15, 22 and 58. RGB value is (21,34,88). Sum of RGB (Red+Green+Blue) = 21+34+88=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #152258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152258 is #EADDA7. Grayscale: #242424. Windows color (decimal): -15392168 or 5775893. OLE color: 5775893.
HSL color Cylindrical-coordinate representation of color #152258: hue angle of 228.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152258 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 34 | 88 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.65 |
| HSL | 228.36º | 0.61% | 0.21% | - |
| HSV(B) | 228.36º | 0.76% | 0.35% | - |
| XYZ | 2.64 | 2.01 | 9.48 | - |
| YUV | 36.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 88 | 0.76 | 0.61 | 0 | 0.65 | 228.36 | 0.61 | 0.21 |
| Hex | 15 | 22 | 58 | 4C | 3D | 0 | 41 | E4 | 3D | 15 |
| Octal | 25 | 42 | 130 | 114 | 75 | 0 | 101 | 344 | 75 | 25 |
| Binary | 10101 | 100010 | 1011000 | 1001100 | 111101 | 0 | 1000001 | 11100100 | 111101 | 10101 |
Color Harmonies of #152258
Complementary color
Monochromatic Colors of #152258
Black with #152258
Text Example
Text Example
White with #152258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152258; }
p { color: rgb(21,34,88); }
H1.HeaderClassName
{
color: #152258;
}
.AnyTagClassName
{
color: #152258;
}
</style>
background-color css
<style>
a { background-color: #152258; }
a { background-color: rgb(21,34,88); }
div.DivClassName
{
background-color: #152258;
}
.BgClassName
{
background-color: #152258;
}
</style>
border-color css
<style>
span { border-color: #152258; }
span { border-color: rgb(21,34,88); }
td.TdClassName
{
border-color: #152258;
}
.TagClassName
{
border-color: #152258;
}
</style>