Shades of Sapphire #123264
Tints of Sapphire #123264
RGB
CMYK
RGB Variations
Color information
#123264 (or 0x123264) is known color: Sapphire. HEX triplet: 12, 32 and 64. RGB value is (18,50,100). Sum of RGB (Red+Green+Blue) = 18+50+100=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #123264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123264 is #EDCD9B. Grayscale: #2D2D2D. Windows color (decimal): -15584668 or 6566418. OLE color: 6566418.
HSL color Cylindrical-coordinate representation of color #123264: hue angle of 216.59º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123264 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 50 | 100 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.61 |
| HSL | 216.59º | 0.69% | 0.23% | - |
| HSV(B) | 216.59º | 0.82% | 0.39% | - |
| XYZ | 3.69 | 3.33 | 12.5 | - |
| YUV | 46.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 100 | 0.82 | 0.50 | 0 | 0.61 | 216.59 | 0.69 | 0.23 |
| Hex | 12 | 32 | 64 | 52 | 32 | 0 | 3D | D9 | 45 | 17 |
| Octal | 22 | 62 | 144 | 122 | 62 | 0 | 75 | 331 | 105 | 27 |
| Binary | 10010 | 110010 | 1100100 | 1010010 | 110010 | 0 | 111101 | 11011001 | 1000101 | 10111 |
Color Harmonies of #123264
Complementary color
Monochromatic Colors of #123264
Black with #123264
Text Example
Text Example
White with #123264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123264; }
p { color: rgb(18,50,100); }
H1.HeaderClassName
{
color: #123264;
}
.AnyTagClassName
{
color: #123264;
}
</style>
background-color css
<style>
a { background-color: #123264; }
a { background-color: rgb(18,50,100); }
div.DivClassName
{
background-color: #123264;
}
.BgClassName
{
background-color: #123264;
}
</style>
border-color css
<style>
span { border-color: #123264; }
span { border-color: rgb(18,50,100); }
td.TdClassName
{
border-color: #123264;
}
.TagClassName
{
border-color: #123264;
}
</style>