Shades of Sapphire #123366
Tints of Sapphire #123366
RGB
CMYK
RGB Variations
Color information
#123366 (or 0x123366) is known color: Sapphire. HEX triplet: 12, 33 and 66. RGB value is (18,51,102). Sum of RGB (Red+Green+Blue) = 18+51+102=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #123366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123366 is #EDCC99. Grayscale: #2E2E2E. Windows color (decimal): -15584410 or 6697746. OLE color: 6697746.
HSL color Cylindrical-coordinate representation of color #123366: hue angle of 216.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123366 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 51 | 102 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.6 |
| HSL | 216.43º | 0.7% | 0.24% | - |
| HSV(B) | 216.43º | 0.82% | 0.4% | - |
| XYZ | 3.83 | 3.46 | 13.04 | - |
| YUV | 46.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 102 | 0.82 | 0.5 | 0 | 0.6 | 216.43 | 0.7 | 0.24 |
| Hex | 12 | 33 | 66 | 52 | 32 | 0 | 3C | D8 | 46 | 18 |
| Octal | 22 | 63 | 146 | 122 | 62 | 0 | 74 | 330 | 106 | 30 |
| Binary | 10010 | 110011 | 1100110 | 1010010 | 110010 | 0 | 111100 | 11011000 | 1000110 | 11000 |
Color Harmonies of #123366
Complementary color
Monochromatic Colors of #123366
Black with #123366
Text Example
Text Example
White with #123366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123366; }
p { color: rgb(18,51,102); }
H1.HeaderClassName
{
color: #123366;
}
.AnyTagClassName
{
color: #123366;
}
</style>
background-color css
<style>
a { background-color: #123366; }
a { background-color: rgb(18,51,102); }
div.DivClassName
{
background-color: #123366;
}
.BgClassName
{
background-color: #123366;
}
</style>
border-color css
<style>
span { border-color: #123366; }
span { border-color: rgb(18,51,102); }
td.TdClassName
{
border-color: #123366;
}
.TagClassName
{
border-color: #123366;
}
</style>