Shades of Sapphire #123273
Tints of Sapphire #123273
RGB
CMYK
RGB Variations
Color information
#123273 (or 0x123273) is known color: Sapphire. HEX triplet: 12, 32 and 73. RGB value is (18,50,115). Sum of RGB (Red+Green+Blue) = 18+50+115=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #123273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123273 is #EDCD8C. Grayscale: #2F2F2F. Windows color (decimal): -15584653 or 7549458. OLE color: 7549458.
HSL color Cylindrical-coordinate representation of color #123273: hue angle of 220.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123273 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 50 | 115 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.55 |
| HSL | 220.21º | 0.73% | 0.26% | - |
| HSV(B) | 220.21º | 0.84% | 0.45% | - |
| XYZ | 4.48 | 3.65 | 16.69 | - |
| YUV | 47.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 115 | 0.84 | 0.57 | 0 | 0.55 | 220.21 | 0.73 | 0.26 |
| Hex | 12 | 32 | 73 | 54 | 39 | 0 | 37 | DC | 49 | 1A |
| Octal | 22 | 62 | 163 | 124 | 71 | 0 | 67 | 334 | 111 | 32 |
| Binary | 10010 | 110010 | 1110011 | 1010100 | 111001 | 0 | 110111 | 11011100 | 1001001 | 11010 |
Color Harmonies of #123273
Complementary color
Monochromatic Colors of #123273
Black with #123273
Text Example
Text Example
White with #123273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123273; }
p { color: rgb(18,50,115); }
H1.HeaderClassName
{
color: #123273;
}
.AnyTagClassName
{
color: #123273;
}
</style>
background-color css
<style>
a { background-color: #123273; }
a { background-color: rgb(18,50,115); }
div.DivClassName
{
background-color: #123273;
}
.BgClassName
{
background-color: #123273;
}
</style>
border-color css
<style>
span { border-color: #123273; }
span { border-color: rgb(18,50,115); }
td.TdClassName
{
border-color: #123273;
}
.TagClassName
{
border-color: #123273;
}
</style>