Shades of Sapphire #0C2262
Tints of Sapphire #0C2262
RGB
CMYK
RGB Variations
Color information
#0C2262 (or 0x0C2262) is known color: Sapphire. HEX triplet: 0C, 22 and 62. RGB value is (12,34,98). Sum of RGB (Red+Green+Blue) = 12+34+98=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C2262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2262 is #F3DD9D. Grayscale: #222222. Windows color (decimal): -15981982 or 6431244. OLE color: 6431244.
HSL color Cylindrical-coordinate representation of color #0C2262: hue angle of 224.65º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2262 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 34 | 98 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.62 |
| HSL | 224.65º | 0.78% | 0.22% | - |
| HSV(B) | 224.65º | 0.88% | 0.38% | - |
| XYZ | 2.93 | 2.1 | 11.81 | - |
| YUV | 34.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 98 | 0.88 | 0.65 | 0 | 0.62 | 224.65 | 0.78 | 0.22 |
| Hex | C | 22 | 62 | 58 | 41 | 0 | 3E | E1 | 4E | 16 |
| Octal | 14 | 42 | 142 | 130 | 101 | 0 | 76 | 341 | 116 | 26 |
| Binary | 1100 | 100010 | 1100010 | 1011000 | 1000001 | 0 | 111110 | 11100001 | 1001110 | 10110 |
Color Harmonies of #0C2262
Complementary color
Monochromatic Colors of #0C2262
Black with #0C2262
Text Example
Text Example
White with #0C2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2262; }
p { color: rgb(12,34,98); }
H1.HeaderClassName
{
color: #0C2262;
}
.AnyTagClassName
{
color: #0C2262;
}
</style>
background-color css
<style>
a { background-color: #0C2262; }
a { background-color: rgb(12,34,98); }
div.DivClassName
{
background-color: #0C2262;
}
.BgClassName
{
background-color: #0C2262;
}
</style>
border-color css
<style>
span { border-color: #0C2262; }
span { border-color: rgb(12,34,98); }
td.TdClassName
{
border-color: #0C2262;
}
.TagClassName
{
border-color: #0C2262;
}
</style>