Shades of Sapphire #122468
Tints of Sapphire #122468
RGB
CMYK
RGB Variations
Color information
#122468 (or 0x122468) is known color: Sapphire. HEX triplet: 12, 24 and 68. RGB value is (18,36,104). Sum of RGB (Red+Green+Blue) = 18+36+104=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #122468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122468 is #EDDB97. Grayscale: #262626. Windows color (decimal): -15588248 or 6824978. OLE color: 6824978.
HSL color Cylindrical-coordinate representation of color #122468: hue angle of 227.44º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122468 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 36 | 104 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.59 |
| HSL | 227.44º | 0.7% | 0.24% | - |
| HSV(B) | 227.44º | 0.83% | 0.41% | - |
| XYZ | 3.38 | 2.39 | 13.38 | - |
| YUV | 38.37 | 165.04 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 104 | 0.83 | 0.65 | 0 | 0.59 | 227.44 | 0.7 | 0.24 |
| Hex | 12 | 24 | 68 | 53 | 41 | 0 | 3B | E3 | 46 | 18 |
| Octal | 22 | 44 | 150 | 123 | 101 | 0 | 73 | 343 | 106 | 30 |
| Binary | 10010 | 100100 | 1101000 | 1010011 | 1000001 | 0 | 111011 | 11100011 | 1000110 | 11000 |
Color Harmonies of #122468
Complementary color
Monochromatic Colors of #122468
Black with #122468
Text Example
Text Example
White with #122468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122468; }
p { color: rgb(18,36,104); }
H1.HeaderClassName
{
color: #122468;
}
.AnyTagClassName
{
color: #122468;
}
</style>
background-color css
<style>
a { background-color: #122468; }
a { background-color: rgb(18,36,104); }
div.DivClassName
{
background-color: #122468;
}
.BgClassName
{
background-color: #122468;
}
</style>
border-color css
<style>
span { border-color: #122468; }
span { border-color: rgb(18,36,104); }
td.TdClassName
{
border-color: #122468;
}
.TagClassName
{
border-color: #122468;
}
</style>