Shades of Sapphire #0C2566
Tints of Sapphire #0C2566
RGB
CMYK
RGB Variations
Color information
#0C2566 (or 0x0C2566) is known color: Sapphire. HEX triplet: 0C, 25 and 66. RGB value is (12,37,102). Sum of RGB (Red+Green+Blue) = 12+37+102=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C2566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2566 is #F3DA99. Grayscale: #242424. Windows color (decimal): -15981210 or 6694156. OLE color: 6694156.
HSL color Cylindrical-coordinate representation of color #0C2566: hue angle of 223.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2566 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 37 | 102 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.6 |
| HSL | 223.33º | 0.79% | 0.22% | - |
| HSV(B) | 223.33º | 0.88% | 0.4% | - |
| XYZ | 3.21 | 2.36 | 12.86 | - |
| YUV | 36.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 102 | 0.88 | 0.64 | 0 | 0.6 | 223.33 | 0.79 | 0.22 |
| Hex | C | 25 | 66 | 58 | 40 | 0 | 3C | DF | 4F | 16 |
| Octal | 14 | 45 | 146 | 130 | 100 | 0 | 74 | 337 | 117 | 26 |
| Binary | 1100 | 100101 | 1100110 | 1011000 | 1000000 | 0 | 111100 | 11011111 | 1001111 | 10110 |
Color Harmonies of #0C2566
Complementary color
Monochromatic Colors of #0C2566
Black with #0C2566
Text Example
Text Example
White with #0C2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2566; }
p { color: rgb(12,37,102); }
H1.HeaderClassName
{
color: #0C2566;
}
.AnyTagClassName
{
color: #0C2566;
}
</style>
background-color css
<style>
a { background-color: #0C2566; }
a { background-color: rgb(12,37,102); }
div.DivClassName
{
background-color: #0C2566;
}
.BgClassName
{
background-color: #0C2566;
}
</style>
border-color css
<style>
span { border-color: #0C2566; }
span { border-color: rgb(12,37,102); }
td.TdClassName
{
border-color: #0C2566;
}
.TagClassName
{
border-color: #0C2566;
}
</style>