Shades of Sapphire #0C286A
Tints of Sapphire #0C286A
RGB
CMYK
RGB Variations
Color information
#0C286A (or 0x0C286A) is known color: Sapphire. HEX triplet: 0C, 28 and 6A. RGB value is (12,40,106). Sum of RGB (Red+Green+Blue) = 12+40+106=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C286A is #F3D795. Grayscale: #262626. Windows color (decimal): -15980438 or 6957068. OLE color: 6957068.
HSL color Cylindrical-coordinate representation of color #0C286A: hue angle of 222.13º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C286A is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 40 | 106 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.58 |
| HSL | 222.13º | 0.8% | 0.23% | - |
| HSV(B) | 222.13º | 0.89% | 0.42% | - |
| XYZ | 3.51 | 2.64 | 13.96 | - |
| YUV | 39.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 106 | 0.89 | 0.62 | 0 | 0.58 | 222.13 | 0.8 | 0.23 |
| Hex | C | 28 | 6A | 59 | 3E | 0 | 3A | DE | 50 | 17 |
| Octal | 14 | 50 | 152 | 131 | 76 | 0 | 72 | 336 | 120 | 27 |
| Binary | 1100 | 101000 | 1101010 | 1011001 | 111110 | 0 | 111010 | 11011110 | 1010000 | 10111 |
Color Harmonies of #0C286A
Complementary color
Monochromatic Colors of #0C286A
Black with #0C286A
Text Example
Text Example
White with #0C286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C286A; }
p { color: rgb(12,40,106); }
H1.HeaderClassName
{
color: #0C286A;
}
.AnyTagClassName
{
color: #0C286A;
}
</style>
background-color css
<style>
a { background-color: #0C286A; }
a { background-color: rgb(12,40,106); }
div.DivClassName
{
background-color: #0C286A;
}
.BgClassName
{
background-color: #0C286A;
}
</style>
border-color css
<style>
span { border-color: #0C286A; }
span { border-color: rgb(12,40,106); }
td.TdClassName
{
border-color: #0C286A;
}
.TagClassName
{
border-color: #0C286A;
}
</style>