Shades of Sapphire #122767
Tints of Sapphire #122767
RGB
CMYK
RGB Variations
Color information
#122767 (or 0x122767) is known color: Sapphire. HEX triplet: 12, 27 and 67. RGB value is (18,39,103). Sum of RGB (Red+Green+Blue) = 18+39+103=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #122767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122767 is #EDD898. Grayscale: #272727. Windows color (decimal): -15587481 or 6760210. OLE color: 6760210.
HSL color Cylindrical-coordinate representation of color #122767: hue angle of 225.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122767 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 39 | 103 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.60 |
| HSL | 225.18º | 0.7% | 0.24% | - |
| HSV(B) | 225.18º | 0.83% | 0.4% | - |
| XYZ | 3.42 | 2.56 | 13.15 | - |
| YUV | 40.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 103 | 0.83 | 0.62 | 0 | 0.60 | 225.18 | 0.7 | 0.24 |
| Hex | 12 | 27 | 67 | 53 | 3E | 0 | 3C | E1 | 46 | 18 |
| Octal | 22 | 47 | 147 | 123 | 76 | 0 | 74 | 341 | 106 | 30 |
| Binary | 10010 | 100111 | 1100111 | 1010011 | 111110 | 0 | 111100 | 11100001 | 1000110 | 11000 |
Color Harmonies of #122767
Complementary color
Monochromatic Colors of #122767
Black with #122767
Text Example
Text Example
White with #122767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122767; }
p { color: rgb(18,39,103); }
H1.HeaderClassName
{
color: #122767;
}
.AnyTagClassName
{
color: #122767;
}
</style>
background-color css
<style>
a { background-color: #122767; }
a { background-color: rgb(18,39,103); }
div.DivClassName
{
background-color: #122767;
}
.BgClassName
{
background-color: #122767;
}
</style>
border-color css
<style>
span { border-color: #122767; }
span { border-color: rgb(18,39,103); }
td.TdClassName
{
border-color: #122767;
}
.TagClassName
{
border-color: #122767;
}
</style>