Shades of Sapphire #122553
Tints of Sapphire #122553
RGB
CMYK
RGB Variations
Color information
#122553 (or 0x122553) is known color: Sapphire. HEX triplet: 12, 25 and 53. RGB value is (18,37,83). Sum of RGB (Red+Green+Blue) = 18+37+83=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #122553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122553 is #EDDAAC. Grayscale: #242424. Windows color (decimal): -15588013 or 5448978. OLE color: 5448978.
HSL color Cylindrical-coordinate representation of color #122553: hue angle of 222.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122553 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 37 | 83 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.67 |
| HSL | 222.46º | 0.64% | 0.2% | - |
| HSV(B) | 222.46º | 0.78% | 0.33% | - |
| XYZ | 2.47 | 2.08 | 8.45 | - |
| YUV | 36.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 83 | 0.78 | 0.55 | 0 | 0.67 | 222.46 | 0.64 | 0.2 |
| Hex | 12 | 25 | 53 | 4E | 37 | 0 | 43 | DE | 40 | 14 |
| Octal | 22 | 45 | 123 | 116 | 67 | 0 | 103 | 336 | 100 | 24 |
| Binary | 10010 | 100101 | 1010011 | 1001110 | 110111 | 0 | 1000011 | 11011110 | 1000000 | 10100 |
Color Harmonies of #122553
Complementary color
Monochromatic Colors of #122553
Black with #122553
Text Example
Text Example
White with #122553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122553; }
p { color: rgb(18,37,83); }
H1.HeaderClassName
{
color: #122553;
}
.AnyTagClassName
{
color: #122553;
}
</style>
background-color css
<style>
a { background-color: #122553; }
a { background-color: rgb(18,37,83); }
div.DivClassName
{
background-color: #122553;
}
.BgClassName
{
background-color: #122553;
}
</style>
border-color css
<style>
span { border-color: #122553; }
span { border-color: rgb(18,37,83); }
td.TdClassName
{
border-color: #122553;
}
.TagClassName
{
border-color: #122553;
}
</style>