Shades of Sapphire #0C224A
Tints of Sapphire #0C224A
RGB
CMYK
RGB Variations
Color information
#0C224A (or 0x0C224A) is known color: Sapphire. HEX triplet: 0C, 22 and 4A. RGB value is (12,34,74). Sum of RGB (Red+Green+Blue) = 12+34+74=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C224A is #F3DDB5. Grayscale: #1F1F1F. Windows color (decimal): -15982006 or 4858380. OLE color: 4858380.
HSL color Cylindrical-coordinate representation of color #0C224A: hue angle of 218.71º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C224A is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 34 | 74 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.71 |
| HSL | 218.71º | 0.72% | 0.17% | - |
| HSV(B) | 218.71º | 0.84% | 0.29% | - |
| XYZ | 1.96 | 1.72 | 6.71 | - |
| YUV | 31.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 74 | 0.84 | 0.54 | 0 | 0.71 | 218.71 | 0.72 | 0.17 |
| Hex | C | 22 | 4A | 54 | 36 | 0 | 47 | DB | 48 | 11 |
| Octal | 14 | 42 | 112 | 124 | 66 | 0 | 107 | 333 | 110 | 21 |
| Binary | 1100 | 100010 | 1001010 | 1010100 | 110110 | 0 | 1000111 | 11011011 | 1001000 | 10001 |
Color Harmonies of #0C224A
Complementary color
Monochromatic Colors of #0C224A
Black with #0C224A
Text Example
Text Example
White with #0C224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C224A; }
p { color: rgb(12,34,74); }
H1.HeaderClassName
{
color: #0C224A;
}
.AnyTagClassName
{
color: #0C224A;
}
</style>
background-color css
<style>
a { background-color: #0C224A; }
a { background-color: rgb(12,34,74); }
div.DivClassName
{
background-color: #0C224A;
}
.BgClassName
{
background-color: #0C224A;
}
</style>
border-color css
<style>
span { border-color: #0C224A; }
span { border-color: rgb(12,34,74); }
td.TdClassName
{
border-color: #0C224A;
}
.TagClassName
{
border-color: #0C224A;
}
</style>