Shades of Sapphire #122B75
Tints of Sapphire #122B75
RGB
CMYK
RGB Variations
Color information
#122B75 (or 0x122B75) is known color: Sapphire. HEX triplet: 12, 2B and 75. RGB value is (18,43,117). Sum of RGB (Red+Green+Blue) = 18+43+117=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #122B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B75 is #EDD48A. Grayscale: #2B2B2B. Windows color (decimal): -15586443 or 7678738. OLE color: 7678738.
HSL color Cylindrical-coordinate representation of color #122B75: hue angle of 224.85º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122B75 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 43 | 117 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.54 |
| HSL | 224.85º | 0.73% | 0.26% | - |
| HSV(B) | 224.85º | 0.85% | 0.46% | - |
| XYZ | 4.32 | 3.14 | 17.21 | - |
| YUV | 43.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 117 | 0.85 | 0.63 | 0 | 0.54 | 224.85 | 0.73 | 0.26 |
| Hex | 12 | 2B | 75 | 55 | 3F | 0 | 36 | E1 | 49 | 1A |
| Octal | 22 | 53 | 165 | 125 | 77 | 0 | 66 | 341 | 111 | 32 |
| Binary | 10010 | 101011 | 1110101 | 1010101 | 111111 | 0 | 110110 | 11100001 | 1001001 | 11010 |
Color Harmonies of #122B75
Complementary color
Monochromatic Colors of #122B75
Black with #122B75
Text Example
Text Example
White with #122B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B75; }
p { color: rgb(18,43,117); }
H1.HeaderClassName
{
color: #122B75;
}
.AnyTagClassName
{
color: #122B75;
}
</style>
background-color css
<style>
a { background-color: #122B75; }
a { background-color: rgb(18,43,117); }
div.DivClassName
{
background-color: #122B75;
}
.BgClassName
{
background-color: #122B75;
}
</style>
border-color css
<style>
span { border-color: #122B75; }
span { border-color: rgb(18,43,117); }
td.TdClassName
{
border-color: #122B75;
}
.TagClassName
{
border-color: #122B75;
}
</style>