Shades of Sapphire #122B70
Tints of Sapphire #122B70
RGB
CMYK
RGB Variations
Color information
#122B70 (or 0x122B70) is known color: Sapphire. HEX triplet: 12, 2B and 70. RGB value is (18,43,112). Sum of RGB (Red+Green+Blue) = 18+43+112=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #122B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B70 is #EDD48F. Grayscale: #2B2B2B. Windows color (decimal): -15586448 or 7351058. OLE color: 7351058.
HSL color Cylindrical-coordinate representation of color #122B70: hue angle of 224.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122B70 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 43 | 112 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.56 |
| HSL | 224.04º | 0.72% | 0.25% | - |
| HSV(B) | 224.04º | 0.84% | 0.44% | - |
| XYZ | 4.04 | 3.03 | 15.7 | - |
| YUV | 43.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 112 | 0.84 | 0.62 | 0 | 0.56 | 224.04 | 0.72 | 0.25 |
| Hex | 12 | 2B | 70 | 54 | 3E | 0 | 38 | E0 | 48 | 19 |
| Octal | 22 | 53 | 160 | 124 | 76 | 0 | 70 | 340 | 110 | 31 |
| Binary | 10010 | 101011 | 1110000 | 1010100 | 111110 | 0 | 111000 | 11100000 | 1001000 | 11001 |
Color Harmonies of #122B70
Complementary color
Monochromatic Colors of #122B70
Black with #122B70
Text Example
Text Example
White with #122B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B70; }
p { color: rgb(18,43,112); }
H1.HeaderClassName
{
color: #122B70;
}
.AnyTagClassName
{
color: #122B70;
}
</style>
background-color css
<style>
a { background-color: #122B70; }
a { background-color: rgb(18,43,112); }
div.DivClassName
{
background-color: #122B70;
}
.BgClassName
{
background-color: #122B70;
}
</style>
border-color css
<style>
span { border-color: #122B70; }
span { border-color: rgb(18,43,112); }
td.TdClassName
{
border-color: #122B70;
}
.TagClassName
{
border-color: #122B70;
}
</style>