Shades of Sapphire #122753
Tints of Sapphire #122753
RGB
CMYK
RGB Variations
Color information
#122753 (or 0x122753) is known color: Sapphire. HEX triplet: 12, 27 and 53. RGB value is (18,39,83). Sum of RGB (Red+Green+Blue) = 18+39+83=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #122753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122753 is #EDD8AC. Grayscale: #252525. Windows color (decimal): -15587501 or 5449490. OLE color: 5449490.
HSL color Cylindrical-coordinate representation of color #122753: hue angle of 220.62º 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 #122753 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 39 | 83 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.67 |
| HSL | 220.62º | 0.64% | 0.2% | - |
| HSV(B) | 220.62º | 0.78% | 0.33% | - |
| XYZ | 2.54 | 2.2 | 8.48 | - |
| YUV | 37.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 83 | 0.78 | 0.53 | 0 | 0.67 | 220.62 | 0.64 | 0.2 |
| Hex | 12 | 27 | 53 | 4E | 35 | 0 | 43 | DD | 40 | 14 |
| Octal | 22 | 47 | 123 | 116 | 65 | 0 | 103 | 335 | 100 | 24 |
| Binary | 10010 | 100111 | 1010011 | 1001110 | 110101 | 0 | 1000011 | 11011101 | 1000000 | 10100 |
Color Harmonies of #122753
Complementary color
Monochromatic Colors of #122753
Black with #122753
Text Example
Text Example
White with #122753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122753; }
p { color: rgb(18,39,83); }
H1.HeaderClassName
{
color: #122753;
}
.AnyTagClassName
{
color: #122753;
}
</style>
background-color css
<style>
a { background-color: #122753; }
a { background-color: rgb(18,39,83); }
div.DivClassName
{
background-color: #122753;
}
.BgClassName
{
background-color: #122753;
}
</style>
border-color css
<style>
span { border-color: #122753; }
span { border-color: rgb(18,39,83); }
td.TdClassName
{
border-color: #122753;
}
.TagClassName
{
border-color: #122753;
}
</style>