Shades of Sapphire #152267
Tints of Sapphire #152267
RGB
CMYK
RGB Variations
Color information
#152267 (or 0x152267) is known color: Sapphire. HEX triplet: 15, 22 and 67. RGB value is (21,34,103). Sum of RGB (Red+Green+Blue) = 21+34+103=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #152267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152267 is #EADD98. Grayscale: #252525. Windows color (decimal): -15392153 or 6758933. OLE color: 6758933.
HSL color Cylindrical-coordinate representation of color #152267: hue angle of 230.49º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152267 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 34 | 103 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.60 |
| HSL | 230.49º | 0.66% | 0.24% | - |
| HSV(B) | 230.49º | 0.8% | 0.4% | - |
| XYZ | 3.33 | 2.28 | 13.1 | - |
| YUV | 37.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 103 | 0.80 | 0.67 | 0 | 0.60 | 230.49 | 0.66 | 0.24 |
| Hex | 15 | 22 | 67 | 50 | 43 | 0 | 3C | E6 | 42 | 18 |
| Octal | 25 | 42 | 147 | 120 | 103 | 0 | 74 | 346 | 102 | 30 |
| Binary | 10101 | 100010 | 1100111 | 1010000 | 1000011 | 0 | 111100 | 11100110 | 1000010 | 11000 |
Color Harmonies of #152267
Complementary color
Monochromatic Colors of #152267
Black with #152267
Text Example
Text Example
White with #152267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152267; }
p { color: rgb(21,34,103); }
H1.HeaderClassName
{
color: #152267;
}
.AnyTagClassName
{
color: #152267;
}
</style>
background-color css
<style>
a { background-color: #152267; }
a { background-color: rgb(21,34,103); }
div.DivClassName
{
background-color: #152267;
}
.BgClassName
{
background-color: #152267;
}
</style>
border-color css
<style>
span { border-color: #152267; }
span { border-color: rgb(21,34,103); }
td.TdClassName
{
border-color: #152267;
}
.TagClassName
{
border-color: #152267;
}
</style>