Shades of Sapphire #0C2970
Tints of Sapphire #0C2970
RGB
CMYK
RGB Variations
Color information
#0C2970 (or 0x0C2970) is known color: Sapphire. HEX triplet: 0C, 29 and 70. RGB value is (12,41,112). Sum of RGB (Red+Green+Blue) = 12+41+112=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C2970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2970 is #F3D68F. Grayscale: #282828. Windows color (decimal): -15980176 or 7350540. OLE color: 7350540.
HSL color Cylindrical-coordinate representation of color #0C2970: hue angle of 222.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2970 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 41 | 112 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.56 |
| HSL | 222.6º | 0.81% | 0.24% | - |
| HSV(B) | 222.6º | 0.89% | 0.44% | - |
| XYZ | 3.87 | 2.83 | 15.67 | - |
| YUV | 40.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 112 | 0.89 | 0.63 | 0 | 0.56 | 222.6 | 0.81 | 0.24 |
| Hex | C | 29 | 70 | 59 | 3F | 0 | 38 | DF | 51 | 18 |
| Octal | 14 | 51 | 160 | 131 | 77 | 0 | 70 | 337 | 121 | 30 |
| Binary | 1100 | 101001 | 1110000 | 1011001 | 111111 | 0 | 111000 | 11011111 | 1010001 | 11000 |
Color Harmonies of #0C2970
Complementary color
Monochromatic Colors of #0C2970
Black with #0C2970
Text Example
Text Example
White with #0C2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2970; }
p { color: rgb(12,41,112); }
H1.HeaderClassName
{
color: #0C2970;
}
.AnyTagClassName
{
color: #0C2970;
}
</style>
background-color css
<style>
a { background-color: #0C2970; }
a { background-color: rgb(12,41,112); }
div.DivClassName
{
background-color: #0C2970;
}
.BgClassName
{
background-color: #0C2970;
}
</style>
border-color css
<style>
span { border-color: #0C2970; }
span { border-color: rgb(12,41,112); }
td.TdClassName
{
border-color: #0C2970;
}
.TagClassName
{
border-color: #0C2970;
}
</style>