Shades of Sapphire #123278
Tints of Sapphire #123278
RGB
CMYK
RGB Variations
Color information
#123278 (or 0x123278) is known color: Sapphire. HEX triplet: 12, 32 and 78. RGB value is (18,50,120). Sum of RGB (Red+Green+Blue) = 18+50+120=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #123278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123278 is #EDCD87. Grayscale: #303030. Windows color (decimal): -15584648 or 7877138. OLE color: 7877138.
HSL color Cylindrical-coordinate representation of color #123278: hue angle of 221.18º 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 #123278 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 50 | 120 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.53 |
| HSL | 221.18º | 0.74% | 0.27% | - |
| HSV(B) | 221.18º | 0.85% | 0.47% | - |
| XYZ | 4.78 | 3.77 | 18.24 | - |
| YUV | 48.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 120 | 0.85 | 0.58 | 0 | 0.53 | 221.18 | 0.74 | 0.27 |
| Hex | 12 | 32 | 78 | 55 | 3A | 0 | 35 | DD | 4A | 1B |
| Octal | 22 | 62 | 170 | 125 | 72 | 0 | 65 | 335 | 112 | 33 |
| Binary | 10010 | 110010 | 1111000 | 1010101 | 111010 | 0 | 110101 | 11011101 | 1001010 | 11011 |
Color Harmonies of #123278
Complementary color
Monochromatic Colors of #123278
Black with #123278
Text Example
Text Example
White with #123278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123278; }
p { color: rgb(18,50,120); }
H1.HeaderClassName
{
color: #123278;
}
.AnyTagClassName
{
color: #123278;
}
</style>
background-color css
<style>
a { background-color: #123278; }
a { background-color: rgb(18,50,120); }
div.DivClassName
{
background-color: #123278;
}
.BgClassName
{
background-color: #123278;
}
</style>
border-color css
<style>
span { border-color: #123278; }
span { border-color: rgb(18,50,120); }
td.TdClassName
{
border-color: #123278;
}
.TagClassName
{
border-color: #123278;
}
</style>