Shades of Sapphire #0C2455
Tints of Sapphire #0C2455
RGB
CMYK
RGB Variations
Color information
#0C2455 (or 0x0C2455) is known color: Sapphire. HEX triplet: 0C, 24 and 55. RGB value is (12,36,85). Sum of RGB (Red+Green+Blue) = 12+36+85=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C2455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2455 is #F3DBAA. Grayscale: #222222. Windows color (decimal): -15981483 or 5579788. OLE color: 5579788.
HSL color Cylindrical-coordinate representation of color #0C2455: hue angle of 220.27º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C2455 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 36 | 85 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.67 |
| HSL | 220.27º | 0.75% | 0.19% | - |
| HSV(B) | 220.27º | 0.86% | 0.33% | - |
| XYZ | 2.42 | 2 | 8.85 | - |
| YUV | 34.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 85 | 0.86 | 0.58 | 0 | 0.67 | 220.27 | 0.75 | 0.19 |
| Hex | C | 24 | 55 | 56 | 3A | 0 | 43 | DC | 4B | 13 |
| Octal | 14 | 44 | 125 | 126 | 72 | 0 | 103 | 334 | 113 | 23 |
| Binary | 1100 | 100100 | 1010101 | 1010110 | 111010 | 0 | 1000011 | 11011100 | 1001011 | 10011 |
Color Harmonies of #0C2455
Complementary color
Monochromatic Colors of #0C2455
Black with #0C2455
Text Example
Text Example
White with #0C2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2455; }
p { color: rgb(12,36,85); }
H1.HeaderClassName
{
color: #0C2455;
}
.AnyTagClassName
{
color: #0C2455;
}
</style>
background-color css
<style>
a { background-color: #0C2455; }
a { background-color: rgb(12,36,85); }
div.DivClassName
{
background-color: #0C2455;
}
.BgClassName
{
background-color: #0C2455;
}
</style>
border-color css
<style>
span { border-color: #0C2455; }
span { border-color: rgb(12,36,85); }
td.TdClassName
{
border-color: #0C2455;
}
.TagClassName
{
border-color: #0C2455;
}
</style>