Shades of Sapphire #123065
Tints of Sapphire #123065
RGB
CMYK
RGB Variations
Color information
#123065 (or 0x123065) is known color: Sapphire. HEX triplet: 12, 30 and 65. RGB value is (18,48,101). Sum of RGB (Red+Green+Blue) = 18+48+101=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #123065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123065 is #EDCF9A. Grayscale: #2C2C2C. Windows color (decimal): -15585179 or 6631442. OLE color: 6631442.
HSL color Cylindrical-coordinate representation of color #123065: hue angle of 218.31º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123065 is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 48 | 101 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.60 |
| HSL | 218.31º | 0.7% | 0.23% | - |
| HSV(B) | 218.31º | 0.82% | 0.4% | - |
| XYZ | 3.66 | 3.18 | 12.73 | - |
| YUV | 45.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 101 | 0.82 | 0.52 | 0 | 0.60 | 218.31 | 0.7 | 0.23 |
| Hex | 12 | 30 | 65 | 52 | 34 | 0 | 3C | DA | 46 | 17 |
| Octal | 22 | 60 | 145 | 122 | 64 | 0 | 74 | 332 | 106 | 27 |
| Binary | 10010 | 110000 | 1100101 | 1010010 | 110100 | 0 | 111100 | 11011010 | 1000110 | 10111 |
Color Harmonies of #123065
Complementary color
Monochromatic Colors of #123065
Black with #123065
Text Example
Text Example
White with #123065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123065; }
p { color: rgb(18,48,101); }
H1.HeaderClassName
{
color: #123065;
}
.AnyTagClassName
{
color: #123065;
}
</style>
background-color css
<style>
a { background-color: #123065; }
a { background-color: rgb(18,48,101); }
div.DivClassName
{
background-color: #123065;
}
.BgClassName
{
background-color: #123065;
}
</style>
border-color css
<style>
span { border-color: #123065; }
span { border-color: rgb(18,48,101); }
td.TdClassName
{
border-color: #123065;
}
.TagClassName
{
border-color: #123065;
}
</style>