Shades of Sapphire #152869
Tints of Sapphire #152869
RGB
CMYK
RGB Variations
Color information
#152869 (or 0x152869) is known color: Sapphire. HEX triplet: 15, 28 and 69. RGB value is (21,40,105). Sum of RGB (Red+Green+Blue) = 21+40+105=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #152869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152869 is #EAD796. Grayscale: #292929. Windows color (decimal): -15390615 or 6891541. OLE color: 6891541.
HSL color Cylindrical-coordinate representation of color #152869: hue angle of 226.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152869 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 40 | 105 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.59 |
| HSL | 226.43º | 0.67% | 0.25% | - |
| HSV(B) | 226.43º | 0.8% | 0.41% | - |
| XYZ | 3.62 | 2.7 | 13.69 | - |
| YUV | 41.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 105 | 0.80 | 0.62 | 0 | 0.59 | 226.43 | 0.67 | 0.25 |
| Hex | 15 | 28 | 69 | 50 | 3E | 0 | 3B | E2 | 43 | 19 |
| Octal | 25 | 50 | 151 | 120 | 76 | 0 | 73 | 342 | 103 | 31 |
| Binary | 10101 | 101000 | 1101001 | 1010000 | 111110 | 0 | 111011 | 11100010 | 1000011 | 11001 |
Color Harmonies of #152869
Complementary color
Monochromatic Colors of #152869
Black with #152869
Text Example
Text Example
White with #152869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152869; }
p { color: rgb(21,40,105); }
H1.HeaderClassName
{
color: #152869;
}
.AnyTagClassName
{
color: #152869;
}
</style>
background-color css
<style>
a { background-color: #152869; }
a { background-color: rgb(21,40,105); }
div.DivClassName
{
background-color: #152869;
}
.BgClassName
{
background-color: #152869;
}
</style>
border-color css
<style>
span { border-color: #152869; }
span { border-color: rgb(21,40,105); }
td.TdClassName
{
border-color: #152869;
}
.TagClassName
{
border-color: #152869;
}
</style>