Shades of Sapphire #152D7F
Tints of Sapphire #152D7F
RGB
CMYK
RGB Variations
Color information
#152D7F (or 0x152D7F) is known color: Sapphire. HEX triplet: 15, 2D and 7F. RGB value is (21,45,127). Sum of RGB (Red+Green+Blue) = 21+45+127=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #152D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D7F is #EAD280. Grayscale: #2E2E2E. Windows color (decimal): -15389313 or 8334613. OLE color: 8334613.
HSL color Cylindrical-coordinate representation of color #152D7F: hue angle of 226.42º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152D7F is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 45 | 127 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.50 |
| HSL | 226.42º | 0.72% | 0.29% | - |
| HSV(B) | 226.42º | 0.83% | 0.5% | - |
| XYZ | 5.08 | 3.57 | 20.5 | - |
| YUV | 47.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 127 | 0.83 | 0.65 | 0 | 0.50 | 226.42 | 0.72 | 0.29 |
| Hex | 15 | 2D | 7F | 53 | 41 | 0 | 32 | E2 | 48 | 1D |
| Octal | 25 | 55 | 177 | 123 | 101 | 0 | 62 | 342 | 110 | 35 |
| Binary | 10101 | 101101 | 1111111 | 1010011 | 1000001 | 0 | 110010 | 11100010 | 1001000 | 11101 |
Color Harmonies of #152D7F
Complementary color
Monochromatic Colors of #152D7F
Black with #152D7F
Text Example
Text Example
White with #152D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D7F; }
p { color: rgb(21,45,127); }
H1.HeaderClassName
{
color: #152D7F;
}
.AnyTagClassName
{
color: #152D7F;
}
</style>
background-color css
<style>
a { background-color: #152D7F; }
a { background-color: rgb(21,45,127); }
div.DivClassName
{
background-color: #152D7F;
}
.BgClassName
{
background-color: #152D7F;
}
</style>
border-color css
<style>
span { border-color: #152D7F; }
span { border-color: rgb(21,45,127); }
td.TdClassName
{
border-color: #152D7F;
}
.TagClassName
{
border-color: #152D7F;
}
</style>