Shades of Sapphire #152F7A
Tints of Sapphire #152F7A
RGB
CMYK
RGB Variations
Color information
#152F7A (or 0x152F7A) is known color: Sapphire. HEX triplet: 15, 2F and 7A. RGB value is (21,47,122). Sum of RGB (Red+Green+Blue) = 21+47+122=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 122 (48.05% from 255 or 64.21% from 190); Max value from RGB is 122 - color contains mainly: blue. Hex color #152F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F7A is #EAD085. Grayscale: #2F2F2F. Windows color (decimal): -15388806 or 8007445. OLE color: 8007445.
HSL color Cylindrical-coordinate representation of color #152F7A: hue angle of 224.55º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152F7A is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 47 | 122 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.52 |
| HSL | 224.55º | 0.71% | 0.28% | - |
| HSV(B) | 224.55º | 0.83% | 0.48% | - |
| XYZ | 4.84 | 3.6 | 18.85 | - |
| YUV | 47.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 122 | 0.83 | 0.61 | 0 | 0.52 | 224.55 | 0.71 | 0.28 |
| Hex | 15 | 2F | 7A | 53 | 3D | 0 | 34 | E1 | 47 | 1C |
| Octal | 25 | 57 | 172 | 123 | 75 | 0 | 64 | 341 | 107 | 34 |
| Binary | 10101 | 101111 | 1111010 | 1010011 | 111101 | 0 | 110100 | 11100001 | 1000111 | 11100 |
Color Harmonies of #152F7A
Complementary color
Monochromatic Colors of #152F7A
Black with #152F7A
Text Example
Text Example
White with #152F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F7A; }
p { color: rgb(21,47,122); }
H1.HeaderClassName
{
color: #152F7A;
}
.AnyTagClassName
{
color: #152F7A;
}
</style>
background-color css
<style>
a { background-color: #152F7A; }
a { background-color: rgb(21,47,122); }
div.DivClassName
{
background-color: #152F7A;
}
.BgClassName
{
background-color: #152F7A;
}
</style>
border-color css
<style>
span { border-color: #152F7A; }
span { border-color: rgb(21,47,122); }
td.TdClassName
{
border-color: #152F7A;
}
.TagClassName
{
border-color: #152F7A;
}
</style>