Shades of Sapphire #0C2978
Tints of Sapphire #0C2978
RGB
CMYK
RGB Variations
Color information
#0C2978 (or 0x0C2978) is known color: Sapphire. HEX triplet: 0C, 29 and 78. RGB value is (12,41,120). Sum of RGB (Red+Green+Blue) = 12+41+120=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C2978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2978 is #F3D687. Grayscale: #282828. Windows color (decimal): -15980168 or 7874828. OLE color: 7874828.
HSL color Cylindrical-coordinate representation of color #0C2978: hue angle of 223.89º 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 #0C2978 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 41 | 120 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.53 |
| HSL | 223.89º | 0.82% | 0.26% | - |
| HSV(B) | 223.89º | 0.9% | 0.47% | - |
| XYZ | 4.33 | 3.02 | 18.12 | - |
| YUV | 41.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 120 | 0.90 | 0.66 | 0 | 0.53 | 223.89 | 0.82 | 0.26 |
| Hex | C | 29 | 78 | 5A | 42 | 0 | 35 | E0 | 52 | 1A |
| Octal | 14 | 51 | 170 | 132 | 102 | 0 | 65 | 340 | 122 | 32 |
| Binary | 1100 | 101001 | 1111000 | 1011010 | 1000010 | 0 | 110101 | 11100000 | 1010010 | 11010 |
Color Harmonies of #0C2978
Complementary color
Monochromatic Colors of #0C2978
Black with #0C2978
Text Example
Text Example
White with #0C2978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2978; }
p { color: rgb(12,41,120); }
H1.HeaderClassName
{
color: #0C2978;
}
.AnyTagClassName
{
color: #0C2978;
}
</style>
background-color css
<style>
a { background-color: #0C2978; }
a { background-color: rgb(12,41,120); }
div.DivClassName
{
background-color: #0C2978;
}
.BgClassName
{
background-color: #0C2978;
}
</style>
border-color css
<style>
span { border-color: #0C2978; }
span { border-color: rgb(12,41,120); }
td.TdClassName
{
border-color: #0C2978;
}
.TagClassName
{
border-color: #0C2978;
}
</style>