Shades of Sapphire #0C2879
Tints of Sapphire #0C2879
RGB
CMYK
RGB Variations
Color information
#0C2879 (or 0x0C2879) is known color: Sapphire. HEX triplet: 0C, 28 and 79. RGB value is (12,40,121). Sum of RGB (Red+Green+Blue) = 12+40+121=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C2879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2879 is #F3D786. Grayscale: #282828. Windows color (decimal): -15980423 or 7940108. OLE color: 7940108.
HSL color Cylindrical-coordinate representation of color #0C2879: hue angle of 224.59º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2879 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 40 | 121 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.53 |
| HSL | 224.59º | 0.82% | 0.26% | - |
| HSV(B) | 224.59º | 0.9% | 0.47% | - |
| XYZ | 4.36 | 2.98 | 18.43 | - |
| YUV | 40.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 121 | 0.90 | 0.67 | 0 | 0.53 | 224.59 | 0.82 | 0.26 |
| Hex | C | 28 | 79 | 5A | 43 | 0 | 35 | E1 | 52 | 1A |
| Octal | 14 | 50 | 171 | 132 | 103 | 0 | 65 | 341 | 122 | 32 |
| Binary | 1100 | 101000 | 1111001 | 1011010 | 1000011 | 0 | 110101 | 11100001 | 1010010 | 11010 |
Color Harmonies of #0C2879
Complementary color
Monochromatic Colors of #0C2879
Black with #0C2879
Text Example
Text Example
White with #0C2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2879; }
p { color: rgb(12,40,121); }
H1.HeaderClassName
{
color: #0C2879;
}
.AnyTagClassName
{
color: #0C2879;
}
</style>
background-color css
<style>
a { background-color: #0C2879; }
a { background-color: rgb(12,40,121); }
div.DivClassName
{
background-color: #0C2879;
}
.BgClassName
{
background-color: #0C2879;
}
</style>
border-color css
<style>
span { border-color: #0C2879; }
span { border-color: rgb(12,40,121); }
td.TdClassName
{
border-color: #0C2879;
}
.TagClassName
{
border-color: #0C2879;
}
</style>