Shades of Sapphire #122A7B
Tints of Sapphire #122A7B
RGB
CMYK
RGB Variations
Color information
#122A7B (or 0x122A7B) is known color: Sapphire. HEX triplet: 12, 2A and 7B. RGB value is (18,42,123). Sum of RGB (Red+Green+Blue) = 18+42+123=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #122A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A7B is #EDD584. Grayscale: #2B2B2B. Windows color (decimal): -15586693 or 8071698. OLE color: 8071698.
HSL color Cylindrical-coordinate representation of color #122A7B: hue angle of 226.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122A7B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 42 | 123 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.52 |
| HSL | 226.29º | 0.74% | 0.28% | - |
| HSV(B) | 226.29º | 0.85% | 0.48% | - |
| XYZ | 4.65 | 3.21 | 19.11 | - |
| YUV | 44.06 | 172.55 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 123 | 0.85 | 0.66 | 0 | 0.52 | 226.29 | 0.74 | 0.28 |
| Hex | 12 | 2A | 7B | 55 | 42 | 0 | 34 | E2 | 4A | 1C |
| Octal | 22 | 52 | 173 | 125 | 102 | 0 | 64 | 342 | 112 | 34 |
| Binary | 10010 | 101010 | 1111011 | 1010101 | 1000010 | 0 | 110100 | 11100010 | 1001010 | 11100 |
Color Harmonies of #122A7B
Complementary color
Monochromatic Colors of #122A7B
Black with #122A7B
Text Example
Text Example
White with #122A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A7B; }
p { color: rgb(18,42,123); }
H1.HeaderClassName
{
color: #122A7B;
}
.AnyTagClassName
{
color: #122A7B;
}
</style>
background-color css
<style>
a { background-color: #122A7B; }
a { background-color: rgb(18,42,123); }
div.DivClassName
{
background-color: #122A7B;
}
.BgClassName
{
background-color: #122A7B;
}
</style>
border-color css
<style>
span { border-color: #122A7B; }
span { border-color: rgb(18,42,123); }
td.TdClassName
{
border-color: #122A7B;
}
.TagClassName
{
border-color: #122A7B;
}
</style>