Shades of Sapphire #122369
Tints of Sapphire #122369
RGB
CMYK
RGB Variations
Color information
#122369 (or 0x122369) is known color: Sapphire. HEX triplet: 12, 23 and 69. RGB value is (18,35,105). Sum of RGB (Red+Green+Blue) = 18+35+105=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #122369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122369 is #EDDC96. Grayscale: #252525. Windows color (decimal): -15588503 or 6890258. OLE color: 6890258.
HSL color Cylindrical-coordinate representation of color #122369: hue angle of 228.28º 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 #122369 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 35 | 105 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.59 |
| HSL | 228.28º | 0.71% | 0.24% | - |
| HSV(B) | 228.28º | 0.83% | 0.41% | - |
| XYZ | 3.4 | 2.35 | 13.64 | - |
| YUV | 37.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 105 | 0.83 | 0.67 | 0 | 0.59 | 228.28 | 0.71 | 0.24 |
| Hex | 12 | 23 | 69 | 53 | 43 | 0 | 3B | E4 | 47 | 18 |
| Octal | 22 | 43 | 151 | 123 | 103 | 0 | 73 | 344 | 107 | 30 |
| Binary | 10010 | 100011 | 1101001 | 1010011 | 1000011 | 0 | 111011 | 11100100 | 1000111 | 11000 |
Color Harmonies of #122369
Complementary color
Monochromatic Colors of #122369
Black with #122369
Text Example
Text Example
White with #122369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122369; }
p { color: rgb(18,35,105); }
H1.HeaderClassName
{
color: #122369;
}
.AnyTagClassName
{
color: #122369;
}
</style>
background-color css
<style>
a { background-color: #122369; }
a { background-color: rgb(18,35,105); }
div.DivClassName
{
background-color: #122369;
}
.BgClassName
{
background-color: #122369;
}
</style>
border-color css
<style>
span { border-color: #122369; }
span { border-color: rgb(18,35,105); }
td.TdClassName
{
border-color: #122369;
}
.TagClassName
{
border-color: #122369;
}
</style>