Shades of Sapphire #122653
Tints of Sapphire #122653
RGB
CMYK
RGB Variations
Color information
#122653 (or 0x122653) is known color: Sapphire. HEX triplet: 12, 26 and 53. RGB value is (18,38,83). Sum of RGB (Red+Green+Blue) = 18+38+83=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #122653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122653 is #EDD9AC. Grayscale: #242424. Windows color (decimal): -15587757 or 5449234. OLE color: 5449234.
HSL color Cylindrical-coordinate representation of color #122653: hue angle of 221.54º 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 #122653 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 38 | 83 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.67 |
| HSL | 221.54º | 0.64% | 0.2% | - |
| HSV(B) | 221.54º | 0.78% | 0.33% | - |
| XYZ | 2.5 | 2.14 | 8.46 | - |
| YUV | 37.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 83 | 0.78 | 0.54 | 0 | 0.67 | 221.54 | 0.64 | 0.2 |
| Hex | 12 | 26 | 53 | 4E | 36 | 0 | 43 | DE | 40 | 14 |
| Octal | 22 | 46 | 123 | 116 | 66 | 0 | 103 | 336 | 100 | 24 |
| Binary | 10010 | 100110 | 1010011 | 1001110 | 110110 | 0 | 1000011 | 11011110 | 1000000 | 10100 |
Color Harmonies of #122653
Complementary color
Monochromatic Colors of #122653
Black with #122653
Text Example
Text Example
White with #122653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122653; }
p { color: rgb(18,38,83); }
H1.HeaderClassName
{
color: #122653;
}
.AnyTagClassName
{
color: #122653;
}
</style>
background-color css
<style>
a { background-color: #122653; }
a { background-color: rgb(18,38,83); }
div.DivClassName
{
background-color: #122653;
}
.BgClassName
{
background-color: #122653;
}
</style>
border-color css
<style>
span { border-color: #122653; }
span { border-color: rgb(18,38,83); }
td.TdClassName
{
border-color: #122653;
}
.TagClassName
{
border-color: #122653;
}
</style>