Shades of Sapphire #12205A
Tints of Sapphire #12205A
RGB
CMYK
RGB Variations
Color information
#12205A (or 0x12205A) is known color: Sapphire. HEX triplet: 12, 20 and 5A. RGB value is (18,32,90). Sum of RGB (Red+Green+Blue) = 18+32+90=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #12205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12205A is #EDDFA5. Grayscale: #222222. Windows color (decimal): -15589286 or 5906450. OLE color: 5906450.
HSL color Cylindrical-coordinate representation of color #12205A: hue angle of 228.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12205A is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 32 | 90 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.65 |
| HSL | 228.33º | 0.67% | 0.21% | - |
| HSV(B) | 228.33º | 0.8% | 0.35% | - |
| XYZ | 2.61 | 1.9 | 9.9 | - |
| YUV | 34.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 90 | 0.80 | 0.64 | 0 | 0.65 | 228.33 | 0.67 | 0.21 |
| Hex | 12 | 20 | 5A | 50 | 40 | 0 | 41 | E4 | 43 | 15 |
| Octal | 22 | 40 | 132 | 120 | 100 | 0 | 101 | 344 | 103 | 25 |
| Binary | 10010 | 100000 | 1011010 | 1010000 | 1000000 | 0 | 1000001 | 11100100 | 1000011 | 10101 |
Color Harmonies of #12205A
Complementary color
Monochromatic Colors of #12205A
Black with #12205A
Text Example
Text Example
White with #12205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12205A; }
p { color: rgb(18,32,90); }
H1.HeaderClassName
{
color: #12205A;
}
.AnyTagClassName
{
color: #12205A;
}
</style>
background-color css
<style>
a { background-color: #12205A; }
a { background-color: rgb(18,32,90); }
div.DivClassName
{
background-color: #12205A;
}
.BgClassName
{
background-color: #12205A;
}
</style>
border-color css
<style>
span { border-color: #12205A; }
span { border-color: rgb(18,32,90); }
td.TdClassName
{
border-color: #12205A;
}
.TagClassName
{
border-color: #12205A;
}
</style>