Shades of Sapphire #123080
Tints of Sapphire #123080
RGB
CMYK
RGB Variations
Color information
#123080 (or 0x123080) is known color: Sapphire. HEX triplet: 12, 30 and 80. RGB value is (18,48,128). Sum of RGB (Red+Green+Blue) = 18+48+128=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #123080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123080 is #EDCF7F. Grayscale: #2F2F2F. Windows color (decimal): -15585152 or 8400914. OLE color: 8400914.
HSL color Cylindrical-coordinate representation of color #123080: hue angle of 223.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123080 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 48 | 128 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.50 |
| HSL | 223.64º | 0.75% | 0.29% | - |
| HSV(B) | 223.64º | 0.86% | 0.5% | - |
| XYZ | 5.2 | 3.8 | 20.88 | - |
| YUV | 48.15 | 173.06 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 128 | 0.86 | 0.62 | 0 | 0.50 | 223.64 | 0.75 | 0.29 |
| Hex | 12 | 30 | 80 | 56 | 3E | 0 | 32 | E0 | 4B | 1D |
| Octal | 22 | 60 | 200 | 126 | 76 | 0 | 62 | 340 | 113 | 35 |
| Binary | 10010 | 110000 | 10000000 | 1010110 | 111110 | 0 | 110010 | 11100000 | 1001011 | 11101 |
Color Harmonies of #123080
Complementary color
Monochromatic Colors of #123080
Black with #123080
Text Example
Text Example
White with #123080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123080; }
p { color: rgb(18,48,128); }
H1.HeaderClassName
{
color: #123080;
}
.AnyTagClassName
{
color: #123080;
}
</style>
background-color css
<style>
a { background-color: #123080; }
a { background-color: rgb(18,48,128); }
div.DivClassName
{
background-color: #123080;
}
.BgClassName
{
background-color: #123080;
}
</style>
border-color css
<style>
span { border-color: #123080; }
span { border-color: rgb(18,48,128); }
td.TdClassName
{
border-color: #123080;
}
.TagClassName
{
border-color: #123080;
}
</style>