Shades of Sapphire #12296A
Tints of Sapphire #12296A
RGB
CMYK
RGB Variations
Color information
#12296A (or 0x12296A) is known color: Sapphire. HEX triplet: 12, 29 and 6A. RGB value is (18,41,106). Sum of RGB (Red+Green+Blue) = 18+41+106=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #12296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12296A is #EDD695. Grayscale: #292929. Windows color (decimal): -15586966 or 6957330. OLE color: 6957330.
HSL color Cylindrical-coordinate representation of color #12296A: hue angle of 224.32º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12296A is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 41 | 106 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.58 |
| HSL | 224.32º | 0.71% | 0.24% | - |
| HSV(B) | 224.32º | 0.83% | 0.42% | - |
| XYZ | 3.64 | 2.76 | 13.98 | - |
| YUV | 41.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 106 | 0.83 | 0.61 | 0 | 0.58 | 224.32 | 0.71 | 0.24 |
| Hex | 12 | 29 | 6A | 53 | 3D | 0 | 3A | E0 | 47 | 18 |
| Octal | 22 | 51 | 152 | 123 | 75 | 0 | 72 | 340 | 107 | 30 |
| Binary | 10010 | 101001 | 1101010 | 1010011 | 111101 | 0 | 111010 | 11100000 | 1000111 | 11000 |
Color Harmonies of #12296A
Complementary color
Monochromatic Colors of #12296A
Black with #12296A
Text Example
Text Example
White with #12296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12296A; }
p { color: rgb(18,41,106); }
H1.HeaderClassName
{
color: #12296A;
}
.AnyTagClassName
{
color: #12296A;
}
</style>
background-color css
<style>
a { background-color: #12296A; }
a { background-color: rgb(18,41,106); }
div.DivClassName
{
background-color: #12296A;
}
.BgClassName
{
background-color: #12296A;
}
</style>
border-color css
<style>
span { border-color: #12296A; }
span { border-color: rgb(18,41,106); }
td.TdClassName
{
border-color: #12296A;
}
.TagClassName
{
border-color: #12296A;
}
</style>