Shades of Sapphire #12225F
Tints of Sapphire #12225F
RGB
CMYK
RGB Variations
Color information
#12225F (or 0x12225F) is known color: Sapphire. HEX triplet: 12, 22 and 5F. RGB value is (18,34,95). Sum of RGB (Red+Green+Blue) = 18+34+95=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #12225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12225F is #EDDDA0. Grayscale: #232323. Windows color (decimal): -15588769 or 6234642. OLE color: 6234642.
HSL color Cylindrical-coordinate representation of color #12225F: hue angle of 227.53º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12225F is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 34 | 95 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.63 |
| HSL | 227.53º | 0.68% | 0.22% | - |
| HSV(B) | 227.53º | 0.81% | 0.37% | - |
| XYZ | 2.89 | 2.1 | 11.08 | - |
| YUV | 36.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 95 | 0.81 | 0.64 | 0 | 0.63 | 227.53 | 0.68 | 0.22 |
| Hex | 12 | 22 | 5F | 51 | 40 | 0 | 3F | E4 | 44 | 16 |
| Octal | 22 | 42 | 137 | 121 | 100 | 0 | 77 | 344 | 104 | 26 |
| Binary | 10010 | 100010 | 1011111 | 1010001 | 1000000 | 0 | 111111 | 11100100 | 1000100 | 10110 |
Color Harmonies of #12225F
Complementary color
Monochromatic Colors of #12225F
Black with #12225F
Text Example
Text Example
White with #12225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12225F; }
p { color: rgb(18,34,95); }
H1.HeaderClassName
{
color: #12225F;
}
.AnyTagClassName
{
color: #12225F;
}
</style>
background-color css
<style>
a { background-color: #12225F; }
a { background-color: rgb(18,34,95); }
div.DivClassName
{
background-color: #12225F;
}
.BgClassName
{
background-color: #12225F;
}
</style>
border-color css
<style>
span { border-color: #12225F; }
span { border-color: rgb(18,34,95); }
td.TdClassName
{
border-color: #12225F;
}
.TagClassName
{
border-color: #12225F;
}
</style>