Shades of Sapphire #0C246A
Tints of Sapphire #0C246A
RGB
CMYK
RGB Variations
Color information
#0C246A (or 0x0C246A) is known color: Sapphire. HEX triplet: 0C, 24 and 6A. RGB value is (12,36,106). Sum of RGB (Red+Green+Blue) = 12+36+106=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C246A is #F3DB95. Grayscale: #242424. Windows color (decimal): -15981462 or 6956044. OLE color: 6956044.
HSL color Cylindrical-coordinate representation of color #0C246A: hue angle of 224.68º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C246A is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 36 | 106 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.58 |
| HSL | 224.68º | 0.8% | 0.23% | - |
| HSV(B) | 224.68º | 0.89% | 0.42% | - |
| XYZ | 3.38 | 2.38 | 13.92 | - |
| YUV | 36.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 106 | 0.89 | 0.66 | 0 | 0.58 | 224.68 | 0.8 | 0.23 |
| Hex | C | 24 | 6A | 59 | 42 | 0 | 3A | E1 | 50 | 17 |
| Octal | 14 | 44 | 152 | 131 | 102 | 0 | 72 | 341 | 120 | 27 |
| Binary | 1100 | 100100 | 1101010 | 1011001 | 1000010 | 0 | 111010 | 11100001 | 1010000 | 10111 |
Color Harmonies of #0C246A
Complementary color
Monochromatic Colors of #0C246A
Black with #0C246A
Text Example
Text Example
White with #0C246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C246A; }
p { color: rgb(12,36,106); }
H1.HeaderClassName
{
color: #0C246A;
}
.AnyTagClassName
{
color: #0C246A;
}
</style>
background-color css
<style>
a { background-color: #0C246A; }
a { background-color: rgb(12,36,106); }
div.DivClassName
{
background-color: #0C246A;
}
.BgClassName
{
background-color: #0C246A;
}
</style>
border-color css
<style>
span { border-color: #0C246A; }
span { border-color: rgb(12,36,106); }
td.TdClassName
{
border-color: #0C246A;
}
.TagClassName
{
border-color: #0C246A;
}
</style>