Shades of Sapphire #0C2463
Tints of Sapphire #0C2463
RGB
CMYK
RGB Variations
Color information
#0C2463 (or 0x0C2463) is known color: Sapphire. HEX triplet: 0C, 24 and 63. RGB value is (12,36,99). Sum of RGB (Red+Green+Blue) = 12+36+99=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C2463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2463 is #F3DB9C. Grayscale: #232323. Windows color (decimal): -15981469 or 6497292. OLE color: 6497292.
HSL color Cylindrical-coordinate representation of color #0C2463: hue angle of 223.45º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2463 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 36 | 99 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.61 |
| HSL | 223.45º | 0.78% | 0.22% | - |
| HSV(B) | 223.45º | 0.88% | 0.39% | - |
| XYZ | 3.03 | 2.24 | 12.08 | - |
| YUV | 36.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 99 | 0.88 | 0.64 | 0 | 0.61 | 223.45 | 0.78 | 0.22 |
| Hex | C | 24 | 63 | 58 | 40 | 0 | 3D | DF | 4E | 16 |
| Octal | 14 | 44 | 143 | 130 | 100 | 0 | 75 | 337 | 116 | 26 |
| Binary | 1100 | 100100 | 1100011 | 1011000 | 1000000 | 0 | 111101 | 11011111 | 1001110 | 10110 |
Color Harmonies of #0C2463
Complementary color
Monochromatic Colors of #0C2463
Black with #0C2463
Text Example
Text Example
White with #0C2463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2463; }
p { color: rgb(12,36,99); }
H1.HeaderClassName
{
color: #0C2463;
}
.AnyTagClassName
{
color: #0C2463;
}
</style>
background-color css
<style>
a { background-color: #0C2463; }
a { background-color: rgb(12,36,99); }
div.DivClassName
{
background-color: #0C2463;
}
.BgClassName
{
background-color: #0C2463;
}
</style>
border-color css
<style>
span { border-color: #0C2463; }
span { border-color: rgb(12,36,99); }
td.TdClassName
{
border-color: #0C2463;
}
.TagClassName
{
border-color: #0C2463;
}
</style>