Shades of Sapphire #122358
Tints of Sapphire #122358
RGB
CMYK
RGB Variations
Color information
#122358 (or 0x122358) is known color: Sapphire. HEX triplet: 12, 23 and 58. RGB value is (18,35,88). Sum of RGB (Red+Green+Blue) = 18+35+88=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #122358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122358 is #EDDCA7. Grayscale: #232323. Windows color (decimal): -15588520 or 5776146. OLE color: 5776146.
HSL color Cylindrical-coordinate representation of color #122358: hue angle of 225.43º 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 #122358 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 35 | 88 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.65 |
| HSL | 225.43º | 0.66% | 0.21% | - |
| HSV(B) | 225.43º | 0.8% | 0.35% | - |
| XYZ | 2.61 | 2.04 | 9.49 | - |
| YUV | 35.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 88 | 0.80 | 0.60 | 0 | 0.65 | 225.43 | 0.66 | 0.21 |
| Hex | 12 | 23 | 58 | 50 | 3C | 0 | 41 | E1 | 42 | 15 |
| Octal | 22 | 43 | 130 | 120 | 74 | 0 | 101 | 341 | 102 | 25 |
| Binary | 10010 | 100011 | 1011000 | 1010000 | 111100 | 0 | 1000001 | 11100001 | 1000010 | 10101 |
Color Harmonies of #122358
Complementary color
Monochromatic Colors of #122358
Black with #122358
Text Example
Text Example
White with #122358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122358; }
p { color: rgb(18,35,88); }
H1.HeaderClassName
{
color: #122358;
}
.AnyTagClassName
{
color: #122358;
}
</style>
background-color css
<style>
a { background-color: #122358; }
a { background-color: rgb(18,35,88); }
div.DivClassName
{
background-color: #122358;
}
.BgClassName
{
background-color: #122358;
}
</style>
border-color css
<style>
span { border-color: #122358; }
span { border-color: rgb(18,35,88); }
td.TdClassName
{
border-color: #122358;
}
.TagClassName
{
border-color: #122358;
}
</style>