Shades of Sapphire #12205F
Tints of Sapphire #12205F
RGB
CMYK
RGB Variations
Color information
#12205F (or 0x12205F) is known color: Sapphire. HEX triplet: 12, 20 and 5F. RGB value is (18,32,95). Sum of RGB (Red+Green+Blue) = 18+32+95=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #12205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205F is #EDDFA0. Grayscale: #222222. Windows color (decimal): -15589281 or 6234130. OLE color: 6234130.
HSL color Cylindrical-coordinate representation of color #12205F: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12205F is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 32 | 95 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.63 |
| HSL | 229.09º | 0.68% | 0.22% | - |
| HSV(B) | 229.09º | 0.81% | 0.37% | - |
| XYZ | 2.83 | 1.99 | 11.06 | - |
| YUV | 35 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 95 | 0.81 | 0.66 | 0 | 0.63 | 229.09 | 0.68 | 0.22 |
| Hex | 12 | 20 | 5F | 51 | 42 | 0 | 3F | E5 | 44 | 16 |
| Octal | 22 | 40 | 137 | 121 | 102 | 0 | 77 | 345 | 104 | 26 |
| Binary | 10010 | 100000 | 1011111 | 1010001 | 1000010 | 0 | 111111 | 11100101 | 1000100 | 10110 |
Color Harmonies of #12205F
Complementary color
Monochromatic Colors of #12205F
Black with #12205F
Text Example
Text Example
White with #12205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12205F; }
p { color: rgb(18,32,95); }
H1.HeaderClassName
{
color: #12205F;
}
.AnyTagClassName
{
color: #12205F;
}
</style>
background-color css
<style>
a { background-color: #12205F; }
a { background-color: rgb(18,32,95); }
div.DivClassName
{
background-color: #12205F;
}
.BgClassName
{
background-color: #12205F;
}
</style>
border-color css
<style>
span { border-color: #12205F; }
span { border-color: rgb(18,32,95); }
td.TdClassName
{
border-color: #12205F;
}
.TagClassName
{
border-color: #12205F;
}
</style>