Shades of Sapphire #153272
Tints of Sapphire #153272
RGB
CMYK
RGB Variations
Color information
#153272 (or 0x153272) is known color: Sapphire. HEX triplet: 15, 32 and 72. RGB value is (21,50,114). Sum of RGB (Red+Green+Blue) = 21+50+114=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 114 (44.92% from 255 or 61.62% from 185); Max value from RGB is 114 - color contains mainly: blue. Hex color #153272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153272 is #EACD8D. Grayscale: #303030. Windows color (decimal): -15388046 or 7483925. OLE color: 7483925.
HSL color Cylindrical-coordinate representation of color #153272: hue angle of 221.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153272 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 50 | 114 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.55 |
| HSL | 221.29º | 0.69% | 0.26% | - |
| HSV(B) | 221.29º | 0.82% | 0.45% | - |
| XYZ | 4.49 | 3.66 | 16.39 | - |
| YUV | 48.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 114 | 0.82 | 0.56 | 0 | 0.55 | 221.29 | 0.69 | 0.26 |
| Hex | 15 | 32 | 72 | 52 | 38 | 0 | 37 | DD | 45 | 1A |
| Octal | 25 | 62 | 162 | 122 | 70 | 0 | 67 | 335 | 105 | 32 |
| Binary | 10101 | 110010 | 1110010 | 1010010 | 111000 | 0 | 110111 | 11011101 | 1000101 | 11010 |
Color Harmonies of #153272
Complementary color
Monochromatic Colors of #153272
Black with #153272
Text Example
Text Example
White with #153272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153272; }
p { color: rgb(21,50,114); }
H1.HeaderClassName
{
color: #153272;
}
.AnyTagClassName
{
color: #153272;
}
</style>
background-color css
<style>
a { background-color: #153272; }
a { background-color: rgb(21,50,114); }
div.DivClassName
{
background-color: #153272;
}
.BgClassName
{
background-color: #153272;
}
</style>
border-color css
<style>
span { border-color: #153272; }
span { border-color: rgb(21,50,114); }
td.TdClassName
{
border-color: #153272;
}
.TagClassName
{
border-color: #153272;
}
</style>