Shades of Sapphire #122F78
Tints of Sapphire #122F78
RGB
CMYK
RGB Variations
Color information
#122F78 (or 0x122F78) is known color: Sapphire. HEX triplet: 12, 2F and 78. RGB value is (18,47,120). Sum of RGB (Red+Green+Blue) = 18+47+120=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #122F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F78 is #EDD087. Grayscale: #2E2E2E. Windows color (decimal): -15585416 or 7876370. OLE color: 7876370.
HSL color Cylindrical-coordinate representation of color #122F78: hue angle of 222.94º 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 #122F78 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 47 | 120 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.53 |
| HSL | 222.94º | 0.74% | 0.27% | - |
| HSV(B) | 222.94º | 0.85% | 0.47% | - |
| XYZ | 4.66 | 3.52 | 18.2 | - |
| YUV | 46.65 | 169.39 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 120 | 0.85 | 0.61 | 0 | 0.53 | 222.94 | 0.74 | 0.27 |
| Hex | 12 | 2F | 78 | 55 | 3D | 0 | 35 | DF | 4A | 1B |
| Octal | 22 | 57 | 170 | 125 | 75 | 0 | 65 | 337 | 112 | 33 |
| Binary | 10010 | 101111 | 1111000 | 1010101 | 111101 | 0 | 110101 | 11011111 | 1001010 | 11011 |
Color Harmonies of #122F78
Complementary color
Monochromatic Colors of #122F78
Black with #122F78
Text Example
Text Example
White with #122F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F78; }
p { color: rgb(18,47,120); }
H1.HeaderClassName
{
color: #122F78;
}
.AnyTagClassName
{
color: #122F78;
}
</style>
background-color css
<style>
a { background-color: #122F78; }
a { background-color: rgb(18,47,120); }
div.DivClassName
{
background-color: #122F78;
}
.BgClassName
{
background-color: #122F78;
}
</style>
border-color css
<style>
span { border-color: #122F78; }
span { border-color: rgb(18,47,120); }
td.TdClassName
{
border-color: #122F78;
}
.TagClassName
{
border-color: #122F78;
}
</style>