Shades of Sapphire #12205D
Tints of Sapphire #12205D
RGB
CMYK
RGB Variations
Color information
#12205D (or 0x12205D) is known color: Sapphire. HEX triplet: 12, 20 and 5D. RGB value is (18,32,93). Sum of RGB (Red+Green+Blue) = 18+32+93=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #12205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205D is #EDDFA2. Grayscale: #222222. Windows color (decimal): -15589283 or 6103058. OLE color: 6103058.
HSL color Cylindrical-coordinate representation of color #12205D: hue angle of 228.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12205D is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 32 | 93 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.64 |
| HSL | 228.8º | 0.68% | 0.22% | - |
| HSV(B) | 228.8º | 0.81% | 0.36% | - |
| XYZ | 2.74 | 1.95 | 10.59 | - |
| YUV | 34.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 93 | 0.81 | 0.66 | 0 | 0.64 | 228.8 | 0.68 | 0.22 |
| Hex | 12 | 20 | 5D | 51 | 42 | 0 | 40 | E5 | 44 | 16 |
| Octal | 22 | 40 | 135 | 121 | 102 | 0 | 100 | 345 | 104 | 26 |
| Binary | 10010 | 100000 | 1011101 | 1010001 | 1000010 | 0 | 1000000 | 11100101 | 1000100 | 10110 |
Color Harmonies of #12205D
Complementary color
Monochromatic Colors of #12205D
Black with #12205D
Text Example
Text Example
White with #12205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12205D; }
p { color: rgb(18,32,93); }
H1.HeaderClassName
{
color: #12205D;
}
.AnyTagClassName
{
color: #12205D;
}
</style>
background-color css
<style>
a { background-color: #12205D; }
a { background-color: rgb(18,32,93); }
div.DivClassName
{
background-color: #12205D;
}
.BgClassName
{
background-color: #12205D;
}
</style>
border-color css
<style>
span { border-color: #12205D; }
span { border-color: rgb(18,32,93); }
td.TdClassName
{
border-color: #12205D;
}
.TagClassName
{
border-color: #12205D;
}
</style>