Shades of Sapphire #0C2C69
Tints of Sapphire #0C2C69
RGB
CMYK
RGB Variations
Color information
#0C2C69 (or 0x0C2C69) is known color: Sapphire. HEX triplet: 0C, 2C and 69. RGB value is (12,44,105). Sum of RGB (Red+Green+Blue) = 12+44+105=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C2C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2C69 is #F3D396. Grayscale: #292929. Windows color (decimal): -15979415 or 6892556. OLE color: 6892556.
HSL color Cylindrical-coordinate representation of color #0C2C69: hue angle of 219.35º 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 #0C2C69 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 44 | 105 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.59 |
| HSL | 219.35º | 0.79% | 0.23% | - |
| HSV(B) | 219.35º | 0.89% | 0.41% | - |
| XYZ | 3.6 | 2.9 | 13.73 | - |
| YUV | 41.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 44 | 105 | 0.89 | 0.58 | 0 | 0.59 | 219.35 | 0.79 | 0.23 |
| Hex | C | 2C | 69 | 59 | 3A | 0 | 3B | DB | 4F | 17 |
| Octal | 14 | 54 | 151 | 131 | 72 | 0 | 73 | 333 | 117 | 27 |
| Binary | 1100 | 101100 | 1101001 | 1011001 | 111010 | 0 | 111011 | 11011011 | 1001111 | 10111 |
Color Harmonies of #0C2C69
Complementary color
Monochromatic Colors of #0C2C69
Black with #0C2C69
Text Example
Text Example
White with #0C2C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2C69; }
p { color: rgb(12,44,105); }
H1.HeaderClassName
{
color: #0C2C69;
}
.AnyTagClassName
{
color: #0C2C69;
}
</style>
background-color css
<style>
a { background-color: #0C2C69; }
a { background-color: rgb(12,44,105); }
div.DivClassName
{
background-color: #0C2C69;
}
.BgClassName
{
background-color: #0C2C69;
}
</style>
border-color css
<style>
span { border-color: #0C2C69; }
span { border-color: rgb(12,44,105); }
td.TdClassName
{
border-color: #0C2C69;
}
.TagClassName
{
border-color: #0C2C69;
}
</style>