Shades of Sapphire #0C2559
Tints of Sapphire #0C2559
RGB
CMYK
RGB Variations
Color information
#0C2559 (or 0x0C2559) is known color: Sapphire. HEX triplet: 0C, 25 and 59. RGB value is (12,37,89). Sum of RGB (Red+Green+Blue) = 12+37+89=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C2559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2559 is #F3DAA6. Grayscale: #232323. Windows color (decimal): -15981223 or 5842188. OLE color: 5842188.
HSL color Cylindrical-coordinate representation of color #0C2559: hue angle of 220.52º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C2559 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 37 | 89 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.65 |
| HSL | 220.52º | 0.76% | 0.2% | - |
| HSV(B) | 220.52º | 0.87% | 0.35% | - |
| XYZ | 2.62 | 2.12 | 9.72 | - |
| YUV | 35.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 89 | 0.87 | 0.58 | 0 | 0.65 | 220.52 | 0.76 | 0.2 |
| Hex | C | 25 | 59 | 57 | 3A | 0 | 41 | DD | 4C | 14 |
| Octal | 14 | 45 | 131 | 127 | 72 | 0 | 101 | 335 | 114 | 24 |
| Binary | 1100 | 100101 | 1011001 | 1010111 | 111010 | 0 | 1000001 | 11011101 | 1001100 | 10100 |
Color Harmonies of #0C2559
Complementary color
Monochromatic Colors of #0C2559
Black with #0C2559
Text Example
Text Example
White with #0C2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2559; }
p { color: rgb(12,37,89); }
H1.HeaderClassName
{
color: #0C2559;
}
.AnyTagClassName
{
color: #0C2559;
}
</style>
background-color css
<style>
a { background-color: #0C2559; }
a { background-color: rgb(12,37,89); }
div.DivClassName
{
background-color: #0C2559;
}
.BgClassName
{
background-color: #0C2559;
}
</style>
border-color css
<style>
span { border-color: #0C2559; }
span { border-color: rgb(12,37,89); }
td.TdClassName
{
border-color: #0C2559;
}
.TagClassName
{
border-color: #0C2559;
}
</style>