Shades of Sapphire #0C227C
Tints of Sapphire #0C227C
RGB
CMYK
RGB Variations
Color information
#0C227C (or 0x0C227C) is known color: Sapphire. HEX triplet: 0C, 22 and 7C. RGB value is (12,34,124). Sum of RGB (Red+Green+Blue) = 12+34+124=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C227C is #F3DD83. Grayscale: #252525. Windows color (decimal): -15981956 or 8135180. OLE color: 8135180.
HSL color Cylindrical-coordinate representation of color #0C227C: hue angle of 228.21º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C227C is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 34 | 124 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.51 |
| HSL | 228.21º | 0.82% | 0.27% | - |
| HSV(B) | 228.21º | 0.9% | 0.49% | - |
| XYZ | 4.36 | 2.68 | 19.36 | - |
| YUV | 37.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 124 | 0.90 | 0.73 | 0 | 0.51 | 228.21 | 0.82 | 0.27 |
| Hex | C | 22 | 7C | 5A | 49 | 0 | 33 | E4 | 52 | 1B |
| Octal | 14 | 42 | 174 | 132 | 111 | 0 | 63 | 344 | 122 | 33 |
| Binary | 1100 | 100010 | 1111100 | 1011010 | 1001001 | 0 | 110011 | 11100100 | 1010010 | 11011 |
Color Harmonies of #0C227C
Complementary color
Monochromatic Colors of #0C227C
Black with #0C227C
Text Example
Text Example
White with #0C227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C227C; }
p { color: rgb(12,34,124); }
H1.HeaderClassName
{
color: #0C227C;
}
.AnyTagClassName
{
color: #0C227C;
}
</style>
background-color css
<style>
a { background-color: #0C227C; }
a { background-color: rgb(12,34,124); }
div.DivClassName
{
background-color: #0C227C;
}
.BgClassName
{
background-color: #0C227C;
}
</style>
border-color css
<style>
span { border-color: #0C227C; }
span { border-color: rgb(12,34,124); }
td.TdClassName
{
border-color: #0C227C;
}
.TagClassName
{
border-color: #0C227C;
}
</style>