Shades of Sapphire #12246A
Tints of Sapphire #12246A
RGB
CMYK
RGB Variations
Color information
#12246A (or 0x12246A) is known color: Sapphire. HEX triplet: 12, 24 and 6A. RGB value is (18,36,106). Sum of RGB (Red+Green+Blue) = 18+36+106=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #12246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12246A is #EDDB95. Grayscale: #262626. Windows color (decimal): -15588246 or 6956050. OLE color: 6956050.
HSL color Cylindrical-coordinate representation of color #12246A: hue angle of 227.73º 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 #12246A is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 36 | 106 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.58 |
| HSL | 227.73º | 0.71% | 0.24% | - |
| HSV(B) | 227.73º | 0.83% | 0.42% | - |
| XYZ | 3.48 | 2.43 | 13.92 | - |
| YUV | 38.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 106 | 0.83 | 0.66 | 0 | 0.58 | 227.73 | 0.71 | 0.24 |
| Hex | 12 | 24 | 6A | 53 | 42 | 0 | 3A | E4 | 47 | 18 |
| Octal | 22 | 44 | 152 | 123 | 102 | 0 | 72 | 344 | 107 | 30 |
| Binary | 10010 | 100100 | 1101010 | 1010011 | 1000010 | 0 | 111010 | 11100100 | 1000111 | 11000 |
Color Harmonies of #12246A
Complementary color
Monochromatic Colors of #12246A
Black with #12246A
Text Example
Text Example
White with #12246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12246A; }
p { color: rgb(18,36,106); }
H1.HeaderClassName
{
color: #12246A;
}
.AnyTagClassName
{
color: #12246A;
}
</style>
background-color css
<style>
a { background-color: #12246A; }
a { background-color: rgb(18,36,106); }
div.DivClassName
{
background-color: #12246A;
}
.BgClassName
{
background-color: #12246A;
}
</style>
border-color css
<style>
span { border-color: #12246A; }
span { border-color: rgb(18,36,106); }
td.TdClassName
{
border-color: #12246A;
}
.TagClassName
{
border-color: #12246A;
}
</style>