Shades of Sapphire #0C317A
Tints of Sapphire #0C317A
RGB
CMYK
RGB Variations
Color information
#0C317A (or 0x0C317A) is known color: Sapphire. HEX triplet: 0C, 31 and 7A. RGB value is (12,49,122). Sum of RGB (Red+Green+Blue) = 12+49+122=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C317A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C317A is #F3CE85. Grayscale: #2D2D2D. Windows color (decimal): -15978118 or 8007948. OLE color: 8007948.
HSL color Cylindrical-coordinate representation of color #0C317A: hue angle of 219.82º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C317A is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 49 | 122 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.52 |
| HSL | 219.82º | 0.82% | 0.26% | - |
| HSV(B) | 219.82º | 0.9% | 0.48% | - |
| XYZ | 4.76 | 3.68 | 18.87 | - |
| YUV | 46.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 122 | 0.90 | 0.60 | 0 | 0.52 | 219.82 | 0.82 | 0.26 |
| Hex | C | 31 | 7A | 5A | 3C | 0 | 34 | DC | 52 | 1A |
| Octal | 14 | 61 | 172 | 132 | 74 | 0 | 64 | 334 | 122 | 32 |
| Binary | 1100 | 110001 | 1111010 | 1011010 | 111100 | 0 | 110100 | 11011100 | 1010010 | 11010 |
Color Harmonies of #0C317A
Complementary color
Monochromatic Colors of #0C317A
Black with #0C317A
Text Example
Text Example
White with #0C317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C317A; }
p { color: rgb(12,49,122); }
H1.HeaderClassName
{
color: #0C317A;
}
.AnyTagClassName
{
color: #0C317A;
}
</style>
background-color css
<style>
a { background-color: #0C317A; }
a { background-color: rgb(12,49,122); }
div.DivClassName
{
background-color: #0C317A;
}
.BgClassName
{
background-color: #0C317A;
}
</style>
border-color css
<style>
span { border-color: #0C317A; }
span { border-color: rgb(12,49,122); }
td.TdClassName
{
border-color: #0C317A;
}
.TagClassName
{
border-color: #0C317A;
}
</style>