Shades of Sapphire #12245A
Tints of Sapphire #12245A
RGB
CMYK
RGB Variations
Color information
#12245A (or 0x12245A) is known color: Sapphire. HEX triplet: 12, 24 and 5A. RGB value is (18,36,90). Sum of RGB (Red+Green+Blue) = 18+36+90=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #12245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12245A is #EDDBA5. Grayscale: #242424. Windows color (decimal): -15588262 or 5907474. OLE color: 5907474.
HSL color Cylindrical-coordinate representation of color #12245A: hue angle of 225º 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 #12245A is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 36 | 90 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.65 |
| HSL | 225º | 0.67% | 0.21% | - |
| HSV(B) | 225º | 0.8% | 0.35% | - |
| XYZ | 2.73 | 2.13 | 9.94 | - |
| YUV | 36.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 90 | 0.80 | 0.60 | 0 | 0.65 | 225 | 0.67 | 0.21 |
| Hex | 12 | 24 | 5A | 50 | 3C | 0 | 41 | E1 | 43 | 15 |
| Octal | 22 | 44 | 132 | 120 | 74 | 0 | 101 | 341 | 103 | 25 |
| Binary | 10010 | 100100 | 1011010 | 1010000 | 111100 | 0 | 1000001 | 11100001 | 1000011 | 10101 |
Color Harmonies of #12245A
Complementary color
Monochromatic Colors of #12245A
Black with #12245A
Text Example
Text Example
White with #12245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12245A; }
p { color: rgb(18,36,90); }
H1.HeaderClassName
{
color: #12245A;
}
.AnyTagClassName
{
color: #12245A;
}
</style>
background-color css
<style>
a { background-color: #12245A; }
a { background-color: rgb(18,36,90); }
div.DivClassName
{
background-color: #12245A;
}
.BgClassName
{
background-color: #12245A;
}
</style>
border-color css
<style>
span { border-color: #12245A; }
span { border-color: rgb(18,36,90); }
td.TdClassName
{
border-color: #12245A;
}
.TagClassName
{
border-color: #12245A;
}
</style>