Shades of Sapphire #122453
Tints of Sapphire #122453
RGB
CMYK
RGB Variations
Color information
#122453 (or 0x122453) is known color: Sapphire. HEX triplet: 12, 24 and 53. RGB value is (18,36,83). Sum of RGB (Red+Green+Blue) = 18+36+83=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #122453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122453 is #EDDBAC. Grayscale: #232323. Windows color (decimal): -15588269 or 5448722. OLE color: 5448722.
HSL color Cylindrical-coordinate representation of color #122453: hue angle of 223.38º 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 #122453 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 36 | 83 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.67 |
| HSL | 223.38º | 0.64% | 0.2% | - |
| HSV(B) | 223.38º | 0.78% | 0.33% | - |
| XYZ | 2.44 | 2.01 | 8.44 | - |
| YUV | 35.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 83 | 0.78 | 0.57 | 0 | 0.67 | 223.38 | 0.64 | 0.2 |
| Hex | 12 | 24 | 53 | 4E | 39 | 0 | 43 | DF | 40 | 14 |
| Octal | 22 | 44 | 123 | 116 | 71 | 0 | 103 | 337 | 100 | 24 |
| Binary | 10010 | 100100 | 1010011 | 1001110 | 111001 | 0 | 1000011 | 11011111 | 1000000 | 10100 |
Color Harmonies of #122453
Complementary color
Monochromatic Colors of #122453
Black with #122453
Text Example
Text Example
White with #122453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122453; }
p { color: rgb(18,36,83); }
H1.HeaderClassName
{
color: #122453;
}
.AnyTagClassName
{
color: #122453;
}
</style>
background-color css
<style>
a { background-color: #122453; }
a { background-color: rgb(18,36,83); }
div.DivClassName
{
background-color: #122453;
}
.BgClassName
{
background-color: #122453;
}
</style>
border-color css
<style>
span { border-color: #122453; }
span { border-color: rgb(18,36,83); }
td.TdClassName
{
border-color: #122453;
}
.TagClassName
{
border-color: #122453;
}
</style>