Shades of Sapphire #0C2969
Tints of Sapphire #0C2969
RGB
CMYK
RGB Variations
Color information
#0C2969 (or 0x0C2969) is known color: Sapphire. HEX triplet: 0C, 29 and 69. RGB value is (12,41,105). Sum of RGB (Red+Green+Blue) = 12+41+105=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C2969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2969 is #F3D696. Grayscale: #272727. Windows color (decimal): -15980183 or 6891788. OLE color: 6891788.
HSL color Cylindrical-coordinate representation of color #0C2969: hue angle of 221.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2969 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 41 | 105 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.59 |
| HSL | 221.29º | 0.79% | 0.23% | - |
| HSV(B) | 221.29º | 0.89% | 0.41% | - |
| XYZ | 3.49 | 2.68 | 13.7 | - |
| YUV | 39.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 105 | 0.89 | 0.61 | 0 | 0.59 | 221.29 | 0.79 | 0.23 |
| Hex | C | 29 | 69 | 59 | 3D | 0 | 3B | DD | 4F | 17 |
| Octal | 14 | 51 | 151 | 131 | 75 | 0 | 73 | 335 | 117 | 27 |
| Binary | 1100 | 101001 | 1101001 | 1011001 | 111101 | 0 | 111011 | 11011101 | 1001111 | 10111 |
Color Harmonies of #0C2969
Complementary color
Monochromatic Colors of #0C2969
Black with #0C2969
Text Example
Text Example
White with #0C2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2969; }
p { color: rgb(12,41,105); }
H1.HeaderClassName
{
color: #0C2969;
}
.AnyTagClassName
{
color: #0C2969;
}
</style>
background-color css
<style>
a { background-color: #0C2969; }
a { background-color: rgb(12,41,105); }
div.DivClassName
{
background-color: #0C2969;
}
.BgClassName
{
background-color: #0C2969;
}
</style>
border-color css
<style>
span { border-color: #0C2969; }
span { border-color: rgb(12,41,105); }
td.TdClassName
{
border-color: #0C2969;
}
.TagClassName
{
border-color: #0C2969;
}
</style>