Shades of Sapphire #123279
Tints of Sapphire #123279
RGB
CMYK
RGB Variations
Color information
#123279 (or 0x123279) is known color: Sapphire. HEX triplet: 12, 32 and 79. RGB value is (18,50,121). Sum of RGB (Red+Green+Blue) = 18+50+121=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #123279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123279 is #EDCD86. Grayscale: #303030. Windows color (decimal): -15584647 or 7942674. OLE color: 7942674.
HSL color Cylindrical-coordinate representation of color #123279: hue angle of 221.36º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123279 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 50 | 121 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.53 |
| HSL | 221.36º | 0.74% | 0.27% | - |
| HSV(B) | 221.36º | 0.85% | 0.47% | - |
| XYZ | 4.84 | 3.79 | 18.57 | - |
| YUV | 48.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 121 | 0.85 | 0.59 | 0 | 0.53 | 221.36 | 0.74 | 0.27 |
| Hex | 12 | 32 | 79 | 55 | 3B | 0 | 35 | DD | 4A | 1B |
| Octal | 22 | 62 | 171 | 125 | 73 | 0 | 65 | 335 | 112 | 33 |
| Binary | 10010 | 110010 | 1111001 | 1010101 | 111011 | 0 | 110101 | 11011101 | 1001010 | 11011 |
Color Harmonies of #123279
Complementary color
Monochromatic Colors of #123279
Black with #123279
Text Example
Text Example
White with #123279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123279; }
p { color: rgb(18,50,121); }
H1.HeaderClassName
{
color: #123279;
}
.AnyTagClassName
{
color: #123279;
}
</style>
background-color css
<style>
a { background-color: #123279; }
a { background-color: rgb(18,50,121); }
div.DivClassName
{
background-color: #123279;
}
.BgClassName
{
background-color: #123279;
}
</style>
border-color css
<style>
span { border-color: #123279; }
span { border-color: rgb(18,50,121); }
td.TdClassName
{
border-color: #123279;
}
.TagClassName
{
border-color: #123279;
}
</style>