Shades of Sapphire #122458
Tints of Sapphire #122458
RGB
CMYK
RGB Variations
Color information
#122458 (or 0x122458) is known color: Sapphire. HEX triplet: 12, 24 and 58. RGB value is (18,36,88). Sum of RGB (Red+Green+Blue) = 18+36+88=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #122458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122458 is #EDDBA7. Grayscale: #242424. Windows color (decimal): -15588264 or 5776402. OLE color: 5776402.
HSL color Cylindrical-coordinate representation of color #122458: hue angle of 224.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122458 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 36 | 88 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.65 |
| HSL | 224.57º | 0.66% | 0.21% | - |
| HSV(B) | 224.57º | 0.8% | 0.35% | - |
| XYZ | 2.64 | 2.09 | 9.5 | - |
| YUV | 36.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 88 | 0.80 | 0.59 | 0 | 0.65 | 224.57 | 0.66 | 0.21 |
| Hex | 12 | 24 | 58 | 50 | 3B | 0 | 41 | E1 | 42 | 15 |
| Octal | 22 | 44 | 130 | 120 | 73 | 0 | 101 | 341 | 102 | 25 |
| Binary | 10010 | 100100 | 1011000 | 1010000 | 111011 | 0 | 1000001 | 11100001 | 1000010 | 10101 |
Color Harmonies of #122458
Complementary color
Monochromatic Colors of #122458
Black with #122458
Text Example
Text Example
White with #122458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122458; }
p { color: rgb(18,36,88); }
H1.HeaderClassName
{
color: #122458;
}
.AnyTagClassName
{
color: #122458;
}
</style>
background-color css
<style>
a { background-color: #122458; }
a { background-color: rgb(18,36,88); }
div.DivClassName
{
background-color: #122458;
}
.BgClassName
{
background-color: #122458;
}
</style>
border-color css
<style>
span { border-color: #122458; }
span { border-color: rgb(18,36,88); }
td.TdClassName
{
border-color: #122458;
}
.TagClassName
{
border-color: #122458;
}
</style>