Shades of Sapphire #12287F
Tints of Sapphire #12287F
RGB
CMYK
RGB Variations
Color information
#12287F (or 0x12287F) is known color: Sapphire. HEX triplet: 12, 28 and 7F. RGB value is (18,40,127). Sum of RGB (Red+Green+Blue) = 18+40+127=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #12287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287F is #EDD780. Grayscale: #2A2A2A. Windows color (decimal): -15587201 or 8333330. OLE color: 8333330.
HSL color Cylindrical-coordinate representation of color #12287F: hue angle of 227.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12287F is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 40 | 127 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.50 |
| HSL | 227.89º | 0.75% | 0.28% | - |
| HSV(B) | 227.89º | 0.86% | 0.5% | - |
| XYZ | 4.84 | 3.18 | 20.44 | - |
| YUV | 43.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 127 | 0.86 | 0.69 | 0 | 0.50 | 227.89 | 0.75 | 0.28 |
| Hex | 12 | 28 | 7F | 56 | 45 | 0 | 32 | E4 | 4B | 1C |
| Octal | 22 | 50 | 177 | 126 | 105 | 0 | 62 | 344 | 113 | 34 |
| Binary | 10010 | 101000 | 1111111 | 1010110 | 1000101 | 0 | 110010 | 11100100 | 1001011 | 11100 |
Color Harmonies of #12287F
Complementary color
Monochromatic Colors of #12287F
Black with #12287F
Text Example
Text Example
White with #12287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12287F; }
p { color: rgb(18,40,127); }
H1.HeaderClassName
{
color: #12287F;
}
.AnyTagClassName
{
color: #12287F;
}
</style>
background-color css
<style>
a { background-color: #12287F; }
a { background-color: rgb(18,40,127); }
div.DivClassName
{
background-color: #12287F;
}
.BgClassName
{
background-color: #12287F;
}
</style>
border-color css
<style>
span { border-color: #12287F; }
span { border-color: rgb(18,40,127); }
td.TdClassName
{
border-color: #12287F;
}
.TagClassName
{
border-color: #12287F;
}
</style>