Shades of Sapphire #123168
Tints of Sapphire #123168
RGB
CMYK
RGB Variations
Color information
#123168 (or 0x123168) is known color: Sapphire. HEX triplet: 12, 31 and 68. RGB value is (18,49,104). Sum of RGB (Red+Green+Blue) = 18+49+104=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #123168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123168 is #EDCE97. Grayscale: #2D2D2D. Windows color (decimal): -15584920 or 6828306. OLE color: 6828306.
HSL color Cylindrical-coordinate representation of color #123168: hue angle of 218.37º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123168 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 49 | 104 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.59 |
| HSL | 218.37º | 0.7% | 0.24% | - |
| HSV(B) | 218.37º | 0.83% | 0.41% | - |
| XYZ | 3.85 | 3.32 | 13.54 | - |
| YUV | 46 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 104 | 0.83 | 0.53 | 0 | 0.59 | 218.37 | 0.7 | 0.24 |
| Hex | 12 | 31 | 68 | 53 | 35 | 0 | 3B | DA | 46 | 18 |
| Octal | 22 | 61 | 150 | 123 | 65 | 0 | 73 | 332 | 106 | 30 |
| Binary | 10010 | 110001 | 1101000 | 1010011 | 110101 | 0 | 111011 | 11011010 | 1000110 | 11000 |
Color Harmonies of #123168
Complementary color
Monochromatic Colors of #123168
Black with #123168
Text Example
Text Example
White with #123168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123168; }
p { color: rgb(18,49,104); }
H1.HeaderClassName
{
color: #123168;
}
.AnyTagClassName
{
color: #123168;
}
</style>
background-color css
<style>
a { background-color: #123168; }
a { background-color: rgb(18,49,104); }
div.DivClassName
{
background-color: #123168;
}
.BgClassName
{
background-color: #123168;
}
</style>
border-color css
<style>
span { border-color: #123168; }
span { border-color: rgb(18,49,104); }
td.TdClassName
{
border-color: #123168;
}
.TagClassName
{
border-color: #123168;
}
</style>