Shades of Sapphire #0C2266
Tints of Sapphire #0C2266
RGB
CMYK
RGB Variations
Color information
#0C2266 (or 0x0C2266) is known color: Sapphire. HEX triplet: 0C, 22 and 66. RGB value is (12,34,102). Sum of RGB (Red+Green+Blue) = 12+34+102=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C2266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2266 is #F3DD99. Grayscale: #222222. Windows color (decimal): -15981978 or 6693388. OLE color: 6693388.
HSL color Cylindrical-coordinate representation of color #0C2266: hue angle of 225.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2266 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 34 | 102 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.6 |
| HSL | 225.33º | 0.79% | 0.22% | - |
| HSV(B) | 225.33º | 0.88% | 0.4% | - |
| XYZ | 3.12 | 2.18 | 12.83 | - |
| YUV | 35.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 102 | 0.88 | 0.67 | 0 | 0.6 | 225.33 | 0.79 | 0.22 |
| Hex | C | 22 | 66 | 58 | 43 | 0 | 3C | E1 | 4F | 16 |
| Octal | 14 | 42 | 146 | 130 | 103 | 0 | 74 | 341 | 117 | 26 |
| Binary | 1100 | 100010 | 1100110 | 1011000 | 1000011 | 0 | 111100 | 11100001 | 1001111 | 10110 |
Color Harmonies of #0C2266
Complementary color
Monochromatic Colors of #0C2266
Black with #0C2266
Text Example
Text Example
White with #0C2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2266; }
p { color: rgb(12,34,102); }
H1.HeaderClassName
{
color: #0C2266;
}
.AnyTagClassName
{
color: #0C2266;
}
</style>
background-color css
<style>
a { background-color: #0C2266; }
a { background-color: rgb(12,34,102); }
div.DivClassName
{
background-color: #0C2266;
}
.BgClassName
{
background-color: #0C2266;
}
</style>
border-color css
<style>
span { border-color: #0C2266; }
span { border-color: rgb(12,34,102); }
td.TdClassName
{
border-color: #0C2266;
}
.TagClassName
{
border-color: #0C2266;
}
</style>