Shades of Sapphire #122B82
Tints of Sapphire #122B82
RGB
CMYK
RGB Variations
Color information
#122B82 (or 0x122B82) is known color: Sapphire. HEX triplet: 12, 2B and 82. RGB value is (18,43,130). Sum of RGB (Red+Green+Blue) = 18+43+130=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #122B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B82 is #EDD47D. Grayscale: #2D2D2D. Windows color (decimal): -15586430 or 8530706. OLE color: 8530706.
HSL color Cylindrical-coordinate representation of color #122B82: hue angle of 226.61º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122B82 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 43 | 130 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.49 |
| HSL | 226.61º | 0.76% | 0.29% | - |
| HSV(B) | 226.61º | 0.86% | 0.51% | - |
| XYZ | 5.14 | 3.47 | 21.52 | - |
| YUV | 45.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 130 | 0.86 | 0.67 | 0 | 0.49 | 226.61 | 0.76 | 0.29 |
| Hex | 12 | 2B | 82 | 56 | 43 | 0 | 31 | E3 | 4C | 1D |
| Octal | 22 | 53 | 202 | 126 | 103 | 0 | 61 | 343 | 114 | 35 |
| Binary | 10010 | 101011 | 10000010 | 1010110 | 1000011 | 0 | 110001 | 11100011 | 1001100 | 11101 |
Color Harmonies of #122B82
Complementary color
Monochromatic Colors of #122B82
Black with #122B82
Text Example
Text Example
White with #122B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B82; }
p { color: rgb(18,43,130); }
H1.HeaderClassName
{
color: #122B82;
}
.AnyTagClassName
{
color: #122B82;
}
</style>
background-color css
<style>
a { background-color: #122B82; }
a { background-color: rgb(18,43,130); }
div.DivClassName
{
background-color: #122B82;
}
.BgClassName
{
background-color: #122B82;
}
</style>
border-color css
<style>
span { border-color: #122B82; }
span { border-color: rgb(18,43,130); }
td.TdClassName
{
border-color: #122B82;
}
.TagClassName
{
border-color: #122B82;
}
</style>