Shades of Sapphire #152E5C
Tints of Sapphire #152E5C
RGB
CMYK
RGB Variations
Color information
#152E5C (or 0x152E5C) is known color: Sapphire. HEX triplet: 15, 2E and 5C. RGB value is (21,46,92). Sum of RGB (Red+Green+Blue) = 21+46+92=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #152E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5C is #EAD1A3. Grayscale: #2B2B2B. Windows color (decimal): -15389092 or 6041109. OLE color: 6041109.
HSL color Cylindrical-coordinate representation of color #152E5C: hue angle of 218.87º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152E5C is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 46 | 92 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.64 |
| HSL | 218.87º | 0.63% | 0.22% | - |
| HSV(B) | 218.87º | 0.77% | 0.36% | - |
| XYZ | 3.22 | 2.89 | 10.51 | - |
| YUV | 43.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 92 | 0.77 | 0.50 | 0 | 0.64 | 218.87 | 0.63 | 0.22 |
| Hex | 15 | 2E | 5C | 4D | 32 | 0 | 40 | DB | 3F | 16 |
| Octal | 25 | 56 | 134 | 115 | 62 | 0 | 100 | 333 | 77 | 26 |
| Binary | 10101 | 101110 | 1011100 | 1001101 | 110010 | 0 | 1000000 | 11011011 | 111111 | 10110 |
Color Harmonies of #152E5C
Complementary color
Monochromatic Colors of #152E5C
Black with #152E5C
Text Example
Text Example
White with #152E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E5C; }
p { color: rgb(21,46,92); }
H1.HeaderClassName
{
color: #152E5C;
}
.AnyTagClassName
{
color: #152E5C;
}
</style>
background-color css
<style>
a { background-color: #152E5C; }
a { background-color: rgb(21,46,92); }
div.DivClassName
{
background-color: #152E5C;
}
.BgClassName
{
background-color: #152E5C;
}
</style>
border-color css
<style>
span { border-color: #152E5C; }
span { border-color: rgb(21,46,92); }
td.TdClassName
{
border-color: #152E5C;
}
.TagClassName
{
border-color: #152E5C;
}
</style>