Shades of Sapphire #122874
Tints of Sapphire #122874
RGB
CMYK
RGB Variations
Color information
#122874 (or 0x122874) is known color: Sapphire. HEX triplet: 12, 28 and 74. RGB value is (18,40,116). Sum of RGB (Red+Green+Blue) = 18+40+116=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #122874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122874 is #EDD78B. Grayscale: #292929. Windows color (decimal): -15587212 or 7612434. OLE color: 7612434.
HSL color Cylindrical-coordinate representation of color #122874: hue angle of 226.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122874 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 40 | 116 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.55 |
| HSL | 226.53º | 0.73% | 0.26% | - |
| HSV(B) | 226.53º | 0.84% | 0.45% | - |
| XYZ | 4.16 | 2.91 | 16.86 | - |
| YUV | 42.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 116 | 0.84 | 0.66 | 0 | 0.55 | 226.53 | 0.73 | 0.26 |
| Hex | 12 | 28 | 74 | 54 | 42 | 0 | 37 | E3 | 49 | 1A |
| Octal | 22 | 50 | 164 | 124 | 102 | 0 | 67 | 343 | 111 | 32 |
| Binary | 10010 | 101000 | 1110100 | 1010100 | 1000010 | 0 | 110111 | 11100011 | 1001001 | 11010 |
Color Harmonies of #122874
Complementary color
Monochromatic Colors of #122874
Black with #122874
Text Example
Text Example
White with #122874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122874; }
p { color: rgb(18,40,116); }
H1.HeaderClassName
{
color: #122874;
}
.AnyTagClassName
{
color: #122874;
}
</style>
background-color css
<style>
a { background-color: #122874; }
a { background-color: rgb(18,40,116); }
div.DivClassName
{
background-color: #122874;
}
.BgClassName
{
background-color: #122874;
}
</style>
border-color css
<style>
span { border-color: #122874; }
span { border-color: rgb(18,40,116); }
td.TdClassName
{
border-color: #122874;
}
.TagClassName
{
border-color: #122874;
}
</style>