Shades of Sapphire #12205C
Tints of Sapphire #12205C
RGB
CMYK
RGB Variations
Color information
#12205C (or 0x12205C) is known color: Sapphire. HEX triplet: 12, 20 and 5C. RGB value is (18,32,92). Sum of RGB (Red+Green+Blue) = 18+32+92=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #12205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205C is #EDDFA3. Grayscale: #222222. Windows color (decimal): -15589284 or 6037522. OLE color: 6037522.
HSL color Cylindrical-coordinate representation of color #12205C: hue angle of 228.65º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12205C is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 32 | 92 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.64 |
| HSL | 228.65º | 0.67% | 0.22% | - |
| HSV(B) | 228.65º | 0.8% | 0.36% | - |
| XYZ | 2.7 | 1.93 | 10.36 | - |
| YUV | 34.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 92 | 0.80 | 0.65 | 0 | 0.64 | 228.65 | 0.67 | 0.22 |
| Hex | 12 | 20 | 5C | 50 | 41 | 0 | 40 | E5 | 43 | 16 |
| Octal | 22 | 40 | 134 | 120 | 101 | 0 | 100 | 345 | 103 | 26 |
| Binary | 10010 | 100000 | 1011100 | 1010000 | 1000001 | 0 | 1000000 | 11100101 | 1000011 | 10110 |
Color Harmonies of #12205C
Complementary color
Monochromatic Colors of #12205C
Black with #12205C
Text Example
Text Example
White with #12205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12205C; }
p { color: rgb(18,32,92); }
H1.HeaderClassName
{
color: #12205C;
}
.AnyTagClassName
{
color: #12205C;
}
</style>
background-color css
<style>
a { background-color: #12205C; }
a { background-color: rgb(18,32,92); }
div.DivClassName
{
background-color: #12205C;
}
.BgClassName
{
background-color: #12205C;
}
</style>
border-color css
<style>
span { border-color: #12205C; }
span { border-color: rgb(18,32,92); }
td.TdClassName
{
border-color: #12205C;
}
.TagClassName
{
border-color: #12205C;
}
</style>