Shades of Sapphire #122554
Tints of Sapphire #122554
RGB
CMYK
RGB Variations
Color information
#122554 (or 0x122554) is known color: Sapphire. HEX triplet: 12, 25 and 54. RGB value is (18,37,84). Sum of RGB (Red+Green+Blue) = 18+37+84=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #122554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122554 is #EDDAAB. Grayscale: #242424. Windows color (decimal): -15588012 or 5514514. OLE color: 5514514.
HSL color Cylindrical-coordinate representation of color #122554: hue angle of 222.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122554 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 37 | 84 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.67 |
| HSL | 222.73º | 0.65% | 0.2% | - |
| HSV(B) | 222.73º | 0.79% | 0.33% | - |
| XYZ | 2.51 | 2.09 | 8.66 | - |
| YUV | 36.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 84 | 0.79 | 0.56 | 0 | 0.67 | 222.73 | 0.65 | 0.2 |
| Hex | 12 | 25 | 54 | 4F | 38 | 0 | 43 | DF | 41 | 14 |
| Octal | 22 | 45 | 124 | 117 | 70 | 0 | 103 | 337 | 101 | 24 |
| Binary | 10010 | 100101 | 1010100 | 1001111 | 111000 | 0 | 1000011 | 11011111 | 1000001 | 10100 |
Color Harmonies of #122554
Complementary color
Monochromatic Colors of #122554
Black with #122554
Text Example
Text Example
White with #122554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122554; }
p { color: rgb(18,37,84); }
H1.HeaderClassName
{
color: #122554;
}
.AnyTagClassName
{
color: #122554;
}
</style>
background-color css
<style>
a { background-color: #122554; }
a { background-color: rgb(18,37,84); }
div.DivClassName
{
background-color: #122554;
}
.BgClassName
{
background-color: #122554;
}
</style>
border-color css
<style>
span { border-color: #122554; }
span { border-color: rgb(18,37,84); }
td.TdClassName
{
border-color: #122554;
}
.TagClassName
{
border-color: #122554;
}
</style>