Shades of Sapphire #12225A
Tints of Sapphire #12225A
RGB
CMYK
RGB Variations
Color information
#12225A (or 0x12225A) is known color: Sapphire. HEX triplet: 12, 22 and 5A. RGB value is (18,34,90). Sum of RGB (Red+Green+Blue) = 18+34+90=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #12225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12225A is #EDDDA5. Grayscale: #232323. Windows color (decimal): -15588774 or 5906962. OLE color: 5906962.
HSL color Cylindrical-coordinate representation of color #12225A: hue angle of 226.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12225A is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 34 | 90 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.65 |
| HSL | 226.67º | 0.67% | 0.21% | - |
| HSV(B) | 226.67º | 0.8% | 0.35% | - |
| XYZ | 2.67 | 2.01 | 9.92 | - |
| YUV | 35.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 90 | 0.80 | 0.62 | 0 | 0.65 | 226.67 | 0.67 | 0.21 |
| Hex | 12 | 22 | 5A | 50 | 3E | 0 | 41 | E3 | 43 | 15 |
| Octal | 22 | 42 | 132 | 120 | 76 | 0 | 101 | 343 | 103 | 25 |
| Binary | 10010 | 100010 | 1011010 | 1010000 | 111110 | 0 | 1000001 | 11100011 | 1000011 | 10101 |
Color Harmonies of #12225A
Complementary color
Monochromatic Colors of #12225A
Black with #12225A
Text Example
Text Example
White with #12225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12225A; }
p { color: rgb(18,34,90); }
H1.HeaderClassName
{
color: #12225A;
}
.AnyTagClassName
{
color: #12225A;
}
</style>
background-color css
<style>
a { background-color: #12225A; }
a { background-color: rgb(18,34,90); }
div.DivClassName
{
background-color: #12225A;
}
.BgClassName
{
background-color: #12225A;
}
</style>
border-color css
<style>
span { border-color: #12225A; }
span { border-color: rgb(18,34,90); }
td.TdClassName
{
border-color: #12225A;
}
.TagClassName
{
border-color: #12225A;
}
</style>