Shades of Sapphire #0C226A
Tints of Sapphire #0C226A
RGB
CMYK
RGB Variations
Color information
#0C226A (or 0x0C226A) is known color: Sapphire. HEX triplet: 0C, 22 and 6A. RGB value is (12,34,106). Sum of RGB (Red+Green+Blue) = 12+34+106=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C226A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C226A is #F3DD95. Grayscale: #232323. Windows color (decimal): -15981974 or 6955532. OLE color: 6955532.
HSL color Cylindrical-coordinate representation of color #0C226A: hue angle of 225.96º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C226A is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 34 | 106 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.58 |
| HSL | 225.96º | 0.8% | 0.23% | - |
| HSV(B) | 225.96º | 0.89% | 0.42% | - |
| XYZ | 3.33 | 2.26 | 13.9 | - |
| YUV | 35.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 106 | 0.89 | 0.68 | 0 | 0.58 | 225.96 | 0.8 | 0.23 |
| Hex | C | 22 | 6A | 59 | 44 | 0 | 3A | E2 | 50 | 17 |
| Octal | 14 | 42 | 152 | 131 | 104 | 0 | 72 | 342 | 120 | 27 |
| Binary | 1100 | 100010 | 1101010 | 1011001 | 1000100 | 0 | 111010 | 11100010 | 1010000 | 10111 |
Color Harmonies of #0C226A
Complementary color
Monochromatic Colors of #0C226A
Black with #0C226A
Text Example
Text Example
White with #0C226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C226A; }
p { color: rgb(12,34,106); }
H1.HeaderClassName
{
color: #0C226A;
}
.AnyTagClassName
{
color: #0C226A;
}
</style>
background-color css
<style>
a { background-color: #0C226A; }
a { background-color: rgb(12,34,106); }
div.DivClassName
{
background-color: #0C226A;
}
.BgClassName
{
background-color: #0C226A;
}
</style>
border-color css
<style>
span { border-color: #0C226A; }
span { border-color: rgb(12,34,106); }
td.TdClassName
{
border-color: #0C226A;
}
.TagClassName
{
border-color: #0C226A;
}
</style>