Shades of Sapphire #123165
Tints of Sapphire #123165
RGB
CMYK
RGB Variations
Color information
#123165 (or 0x123165) is known color: Sapphire. HEX triplet: 12, 31 and 65. RGB value is (18,49,101). Sum of RGB (Red+Green+Blue) = 18+49+101=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #123165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123165 is #EDCE9A. Grayscale: #2D2D2D. Windows color (decimal): -15584923 or 6631698. OLE color: 6631698.
HSL color Cylindrical-coordinate representation of color #123165: hue angle of 217.59º 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 #123165 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 49 | 101 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.60 |
| HSL | 217.59º | 0.7% | 0.23% | - |
| HSV(B) | 217.59º | 0.82% | 0.4% | - |
| XYZ | 3.7 | 3.26 | 12.75 | - |
| YUV | 45.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 101 | 0.82 | 0.51 | 0 | 0.60 | 217.59 | 0.7 | 0.23 |
| Hex | 12 | 31 | 65 | 52 | 33 | 0 | 3C | DA | 46 | 17 |
| Octal | 22 | 61 | 145 | 122 | 63 | 0 | 74 | 332 | 106 | 27 |
| Binary | 10010 | 110001 | 1100101 | 1010010 | 110011 | 0 | 111100 | 11011010 | 1000110 | 10111 |
Color Harmonies of #123165
Complementary color
Monochromatic Colors of #123165
Black with #123165
Text Example
Text Example
White with #123165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123165; }
p { color: rgb(18,49,101); }
H1.HeaderClassName
{
color: #123165;
}
.AnyTagClassName
{
color: #123165;
}
</style>
background-color css
<style>
a { background-color: #123165; }
a { background-color: rgb(18,49,101); }
div.DivClassName
{
background-color: #123165;
}
.BgClassName
{
background-color: #123165;
}
</style>
border-color css
<style>
span { border-color: #123165; }
span { border-color: rgb(18,49,101); }
td.TdClassName
{
border-color: #123165;
}
.TagClassName
{
border-color: #123165;
}
</style>