Shades of Sapphire #122569
Tints of Sapphire #122569
RGB
CMYK
RGB Variations
Color information
#122569 (or 0x122569) is known color: Sapphire. HEX triplet: 12, 25 and 69. RGB value is (18,37,105). Sum of RGB (Red+Green+Blue) = 18+37+105=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #122569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122569 is #EDDA96. Grayscale: #262626. Windows color (decimal): -15587991 or 6890770. OLE color: 6890770.
HSL color Cylindrical-coordinate representation of color #122569: hue angle of 226.9º degrees, saturation: 0.71, 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 #122569 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 37 | 105 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.59 |
| HSL | 226.9º | 0.71% | 0.24% | - |
| HSV(B) | 226.9º | 0.83% | 0.41% | - |
| XYZ | 3.46 | 2.47 | 13.66 | - |
| YUV | 39.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 105 | 0.83 | 0.65 | 0 | 0.59 | 226.9 | 0.71 | 0.24 |
| Hex | 12 | 25 | 69 | 53 | 41 | 0 | 3B | E3 | 47 | 18 |
| Octal | 22 | 45 | 151 | 123 | 101 | 0 | 73 | 343 | 107 | 30 |
| Binary | 10010 | 100101 | 1101001 | 1010011 | 1000001 | 0 | 111011 | 11100011 | 1000111 | 11000 |
Color Harmonies of #122569
Complementary color
Monochromatic Colors of #122569
Black with #122569
Text Example
Text Example
White with #122569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122569; }
p { color: rgb(18,37,105); }
H1.HeaderClassName
{
color: #122569;
}
.AnyTagClassName
{
color: #122569;
}
</style>
background-color css
<style>
a { background-color: #122569; }
a { background-color: rgb(18,37,105); }
div.DivClassName
{
background-color: #122569;
}
.BgClassName
{
background-color: #122569;
}
</style>
border-color css
<style>
span { border-color: #122569; }
span { border-color: rgb(18,37,105); }
td.TdClassName
{
border-color: #122569;
}
.TagClassName
{
border-color: #122569;
}
</style>