Shades of Sapphire #0C326F
Tints of Sapphire #0C326F
RGB
CMYK
RGB Variations
Color information
#0C326F (or 0x0C326F) is known color: Sapphire. HEX triplet: 0C, 32 and 6F. RGB value is (12,50,111). Sum of RGB (Red+Green+Blue) = 12+50+111=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C326F is #F3CD90. Grayscale: #2D2D2D. Windows color (decimal): -15977873 or 7287308. OLE color: 7287308.
HSL color Cylindrical-coordinate representation of color #0C326F: hue angle of 216.97º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C326F is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 50 | 111 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.56 |
| HSL | 216.97º | 0.8% | 0.24% | - |
| HSV(B) | 216.97º | 0.89% | 0.44% | - |
| XYZ | 4.16 | 3.51 | 15.5 | - |
| YUV | 45.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 111 | 0.89 | 0.55 | 0 | 0.56 | 216.97 | 0.8 | 0.24 |
| Hex | C | 32 | 6F | 59 | 37 | 0 | 38 | D9 | 50 | 18 |
| Octal | 14 | 62 | 157 | 131 | 67 | 0 | 70 | 331 | 120 | 30 |
| Binary | 1100 | 110010 | 1101111 | 1011001 | 110111 | 0 | 111000 | 11011001 | 1010000 | 11000 |
Color Harmonies of #0C326F
Complementary color
Monochromatic Colors of #0C326F
Black with #0C326F
Text Example
Text Example
White with #0C326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C326F; }
p { color: rgb(12,50,111); }
H1.HeaderClassName
{
color: #0C326F;
}
.AnyTagClassName
{
color: #0C326F;
}
</style>
background-color css
<style>
a { background-color: #0C326F; }
a { background-color: rgb(12,50,111); }
div.DivClassName
{
background-color: #0C326F;
}
.BgClassName
{
background-color: #0C326F;
}
</style>
border-color css
<style>
span { border-color: #0C326F; }
span { border-color: rgb(12,50,111); }
td.TdClassName
{
border-color: #0C326F;
}
.TagClassName
{
border-color: #0C326F;
}
</style>