Shades of Sapphire #122654
Tints of Sapphire #122654
RGB
CMYK
RGB Variations
Color information
#122654 (or 0x122654) is known color: Sapphire. HEX triplet: 12, 26 and 54. RGB value is (18,38,84). Sum of RGB (Red+Green+Blue) = 18+38+84=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #122654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122654 is #EDD9AB. Grayscale: #252525. Windows color (decimal): -15587756 or 5514770. OLE color: 5514770.
HSL color Cylindrical-coordinate representation of color #122654: hue angle of 221.82º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122654 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 38 | 84 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.67 |
| HSL | 221.82º | 0.65% | 0.2% | - |
| HSV(B) | 221.82º | 0.79% | 0.33% | - |
| XYZ | 2.54 | 2.15 | 8.67 | - |
| YUV | 37.26 | 154.37 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 84 | 0.79 | 0.55 | 0 | 0.67 | 221.82 | 0.65 | 0.2 |
| Hex | 12 | 26 | 54 | 4F | 37 | 0 | 43 | DE | 41 | 14 |
| Octal | 22 | 46 | 124 | 117 | 67 | 0 | 103 | 336 | 101 | 24 |
| Binary | 10010 | 100110 | 1010100 | 1001111 | 110111 | 0 | 1000011 | 11011110 | 1000001 | 10100 |
Color Harmonies of #122654
Complementary color
Monochromatic Colors of #122654
Black with #122654
Text Example
Text Example
White with #122654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122654; }
p { color: rgb(18,38,84); }
H1.HeaderClassName
{
color: #122654;
}
.AnyTagClassName
{
color: #122654;
}
</style>
background-color css
<style>
a { background-color: #122654; }
a { background-color: rgb(18,38,84); }
div.DivClassName
{
background-color: #122654;
}
.BgClassName
{
background-color: #122654;
}
</style>
border-color css
<style>
span { border-color: #122654; }
span { border-color: rgb(18,38,84); }
td.TdClassName
{
border-color: #122654;
}
.TagClassName
{
border-color: #122654;
}
</style>