Shades of Sapphire #123161
Tints of Sapphire #123161
RGB
CMYK
RGB Variations
Color information
#123161 (or 0x123161) is known color: Sapphire. HEX triplet: 12, 31 and 61. RGB value is (18,49,97). Sum of RGB (Red+Green+Blue) = 18+49+97=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #123161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123161 is #EDCE9E. Grayscale: #2C2C2C. Windows color (decimal): -15584927 or 6369554. OLE color: 6369554.
HSL color Cylindrical-coordinate representation of color #123161: hue angle of 216.46º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123161 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 49 | 97 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.62 |
| HSL | 216.46º | 0.69% | 0.23% | - |
| HSV(B) | 216.46º | 0.81% | 0.38% | - |
| XYZ | 3.51 | 3.19 | 11.74 | - |
| YUV | 45.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 97 | 0.81 | 0.49 | 0 | 0.62 | 216.46 | 0.69 | 0.23 |
| Hex | 12 | 31 | 61 | 51 | 31 | 0 | 3E | D8 | 45 | 17 |
| Octal | 22 | 61 | 141 | 121 | 61 | 0 | 76 | 330 | 105 | 27 |
| Binary | 10010 | 110001 | 1100001 | 1010001 | 110001 | 0 | 111110 | 11011000 | 1000101 | 10111 |
Color Harmonies of #123161
Complementary color
Monochromatic Colors of #123161
Black with #123161
Text Example
Text Example
White with #123161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123161; }
p { color: rgb(18,49,97); }
H1.HeaderClassName
{
color: #123161;
}
.AnyTagClassName
{
color: #123161;
}
</style>
background-color css
<style>
a { background-color: #123161; }
a { background-color: rgb(18,49,97); }
div.DivClassName
{
background-color: #123161;
}
.BgClassName
{
background-color: #123161;
}
</style>
border-color css
<style>
span { border-color: #123161; }
span { border-color: rgb(18,49,97); }
td.TdClassName
{
border-color: #123161;
}
.TagClassName
{
border-color: #123161;
}
</style>