Shades of Sapphire #122B62
Tints of Sapphire #122B62
RGB
CMYK
RGB Variations
Color information
#122B62 (or 0x122B62) is known color: Sapphire. HEX triplet: 12, 2B and 62. RGB value is (18,43,98). Sum of RGB (Red+Green+Blue) = 18+43+98=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #122B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B62 is #EDD49D. Grayscale: #292929. Windows color (decimal): -15586462 or 6433554. OLE color: 6433554.
HSL color Cylindrical-coordinate representation of color #122B62: hue angle of 221.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122B62 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 43 | 98 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.62 |
| HSL | 221.25º | 0.69% | 0.23% | - |
| HSV(B) | 221.25º | 0.82% | 0.38% | - |
| XYZ | 3.32 | 2.74 | 11.91 | - |
| YUV | 41.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 98 | 0.82 | 0.56 | 0 | 0.62 | 221.25 | 0.69 | 0.23 |
| Hex | 12 | 2B | 62 | 52 | 38 | 0 | 3E | DD | 45 | 17 |
| Octal | 22 | 53 | 142 | 122 | 70 | 0 | 76 | 335 | 105 | 27 |
| Binary | 10010 | 101011 | 1100010 | 1010010 | 111000 | 0 | 111110 | 11011101 | 1000101 | 10111 |
Color Harmonies of #122B62
Complementary color
Monochromatic Colors of #122B62
Black with #122B62
Text Example
Text Example
White with #122B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B62; }
p { color: rgb(18,43,98); }
H1.HeaderClassName
{
color: #122B62;
}
.AnyTagClassName
{
color: #122B62;
}
</style>
background-color css
<style>
a { background-color: #122B62; }
a { background-color: rgb(18,43,98); }
div.DivClassName
{
background-color: #122B62;
}
.BgClassName
{
background-color: #122B62;
}
</style>
border-color css
<style>
span { border-color: #122B62; }
span { border-color: rgb(18,43,98); }
td.TdClassName
{
border-color: #122B62;
}
.TagClassName
{
border-color: #122B62;
}
</style>