Shades of Sapphire #12206B
Tints of Sapphire #12206B
RGB
CMYK
RGB Variations
Color information
#12206B (or 0x12206B) is known color: Sapphire. HEX triplet: 12, 20 and 6B. RGB value is (18,32,107). Sum of RGB (Red+Green+Blue) = 18+32+107=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #12206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12206B is #EDDF94. Grayscale: #242424. Windows color (decimal): -15589269 or 7020562. OLE color: 7020562.
HSL color Cylindrical-coordinate representation of color #12206B: hue angle of 230.56º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12206B is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 32 | 107 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.58 |
| HSL | 230.56º | 0.71% | 0.25% | - |
| HSV(B) | 230.56º | 0.83% | 0.42% | - |
| XYZ | 3.42 | 2.22 | 14.16 | - |
| YUV | 36.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 107 | 0.83 | 0.70 | 0 | 0.58 | 230.56 | 0.71 | 0.25 |
| Hex | 12 | 20 | 6B | 53 | 46 | 0 | 3A | E7 | 47 | 19 |
| Octal | 22 | 40 | 153 | 123 | 106 | 0 | 72 | 347 | 107 | 31 |
| Binary | 10010 | 100000 | 1101011 | 1010011 | 1000110 | 0 | 111010 | 11100111 | 1000111 | 11001 |
Color Harmonies of #12206B
Complementary color
Monochromatic Colors of #12206B
Black with #12206B
Text Example
Text Example
White with #12206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12206B; }
p { color: rgb(18,32,107); }
H1.HeaderClassName
{
color: #12206B;
}
.AnyTagClassName
{
color: #12206B;
}
</style>
background-color css
<style>
a { background-color: #12206B; }
a { background-color: rgb(18,32,107); }
div.DivClassName
{
background-color: #12206B;
}
.BgClassName
{
background-color: #12206B;
}
</style>
border-color css
<style>
span { border-color: #12206B; }
span { border-color: rgb(18,32,107); }
td.TdClassName
{
border-color: #12206B;
}
.TagClassName
{
border-color: #12206B;
}
</style>