Shades of Sapphire #123365
Tints of Sapphire #123365
RGB
CMYK
RGB Variations
Color information
#123365 (or 0x123365) is known color: Sapphire. HEX triplet: 12, 33 and 65. RGB value is (18,51,101). Sum of RGB (Red+Green+Blue) = 18+51+101=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #123365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123365 is #EDCC9A. Grayscale: #2E2E2E. Windows color (decimal): -15584411 or 6632210. OLE color: 6632210.
HSL color Cylindrical-coordinate representation of color #123365: hue angle of 216.14º 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 #123365 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 51 | 101 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.60 |
| HSL | 216.14º | 0.7% | 0.23% | - |
| HSV(B) | 216.14º | 0.82% | 0.4% | - |
| XYZ | 3.78 | 3.44 | 12.78 | - |
| YUV | 46.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 101 | 0.82 | 0.50 | 0 | 0.60 | 216.14 | 0.7 | 0.23 |
| Hex | 12 | 33 | 65 | 52 | 32 | 0 | 3C | D8 | 46 | 17 |
| Octal | 22 | 63 | 145 | 122 | 62 | 0 | 74 | 330 | 106 | 27 |
| Binary | 10010 | 110011 | 1100101 | 1010010 | 110010 | 0 | 111100 | 11011000 | 1000110 | 10111 |
Color Harmonies of #123365
Complementary color
Monochromatic Colors of #123365
Black with #123365
Text Example
Text Example
White with #123365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123365; }
p { color: rgb(18,51,101); }
H1.HeaderClassName
{
color: #123365;
}
.AnyTagClassName
{
color: #123365;
}
</style>
background-color css
<style>
a { background-color: #123365; }
a { background-color: rgb(18,51,101); }
div.DivClassName
{
background-color: #123365;
}
.BgClassName
{
background-color: #123365;
}
</style>
border-color css
<style>
span { border-color: #123365; }
span { border-color: rgb(18,51,101); }
td.TdClassName
{
border-color: #123365;
}
.TagClassName
{
border-color: #123365;
}
</style>