Shades of Sapphire #12286C
Tints of Sapphire #12286C
RGB
CMYK
RGB Variations
Color information
#12286C (or 0x12286C) is known color: Sapphire. HEX triplet: 12, 28 and 6C. RGB value is (18,40,108). Sum of RGB (Red+Green+Blue) = 18+40+108=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #12286C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12286C is #EDD793. Grayscale: #282828. Windows color (decimal): -15587220 or 7088146. OLE color: 7088146.
HSL color Cylindrical-coordinate representation of color #12286C: hue angle of 225.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12286C is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 40 | 108 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.58 |
| HSL | 225.33º | 0.71% | 0.25% | - |
| HSV(B) | 225.33º | 0.83% | 0.42% | - |
| XYZ | 3.72 | 2.73 | 14.52 | - |
| YUV | 41.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 108 | 0.83 | 0.63 | 0 | 0.58 | 225.33 | 0.71 | 0.25 |
| Hex | 12 | 28 | 6C | 53 | 3F | 0 | 3A | E1 | 47 | 19 |
| Octal | 22 | 50 | 154 | 123 | 77 | 0 | 72 | 341 | 107 | 31 |
| Binary | 10010 | 101000 | 1101100 | 1010011 | 111111 | 0 | 111010 | 11100001 | 1000111 | 11001 |
Color Harmonies of #12286C
Complementary color
Monochromatic Colors of #12286C
Black with #12286C
Text Example
Text Example
White with #12286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12286C; }
p { color: rgb(18,40,108); }
H1.HeaderClassName
{
color: #12286C;
}
.AnyTagClassName
{
color: #12286C;
}
</style>
background-color css
<style>
a { background-color: #12286C; }
a { background-color: rgb(18,40,108); }
div.DivClassName
{
background-color: #12286C;
}
.BgClassName
{
background-color: #12286C;
}
</style>
border-color css
<style>
span { border-color: #12286C; }
span { border-color: rgb(18,40,108); }
td.TdClassName
{
border-color: #12286C;
}
.TagClassName
{
border-color: #12286C;
}
</style>