Shades of Sapphire #12287A
Tints of Sapphire #12287A
RGB
CMYK
RGB Variations
Color information
#12287A (or 0x12287A) is known color: Sapphire. HEX triplet: 12, 28 and 7A. RGB value is (18,40,122). Sum of RGB (Red+Green+Blue) = 18+40+122=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #12287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287A is #EDD785. Grayscale: #2A2A2A. Windows color (decimal): -15587206 or 8005650. OLE color: 8005650.
HSL color Cylindrical-coordinate representation of color #12287A: hue angle of 227.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12287A is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 40 | 122 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.52 |
| HSL | 227.31º | 0.74% | 0.27% | - |
| HSV(B) | 227.31º | 0.85% | 0.48% | - |
| XYZ | 4.52 | 3.05 | 18.76 | - |
| YUV | 42.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 122 | 0.85 | 0.67 | 0 | 0.52 | 227.31 | 0.74 | 0.27 |
| Hex | 12 | 28 | 7A | 55 | 43 | 0 | 34 | E3 | 4A | 1B |
| Octal | 22 | 50 | 172 | 125 | 103 | 0 | 64 | 343 | 112 | 33 |
| Binary | 10010 | 101000 | 1111010 | 1010101 | 1000011 | 0 | 110100 | 11100011 | 1001010 | 11011 |
Color Harmonies of #12287A
Complementary color
Monochromatic Colors of #12287A
Black with #12287A
Text Example
Text Example
White with #12287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12287A; }
p { color: rgb(18,40,122); }
H1.HeaderClassName
{
color: #12287A;
}
.AnyTagClassName
{
color: #12287A;
}
</style>
background-color css
<style>
a { background-color: #12287A; }
a { background-color: rgb(18,40,122); }
div.DivClassName
{
background-color: #12287A;
}
.BgClassName
{
background-color: #12287A;
}
</style>
border-color css
<style>
span { border-color: #12287A; }
span { border-color: rgb(18,40,122); }
td.TdClassName
{
border-color: #12287A;
}
.TagClassName
{
border-color: #12287A;
}
</style>