Shades of Sapphire #0C2253
Tints of Sapphire #0C2253
RGB
CMYK
RGB Variations
Color information
#0C2253 (or 0x0C2253) is known color: Sapphire. HEX triplet: 0C, 22 and 53. RGB value is (12,34,83). Sum of RGB (Red+Green+Blue) = 12+34+83=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C2253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2253 is #F3DDAC. Grayscale: #202020. Windows color (decimal): -15981997 or 5448204. OLE color: 5448204.
HSL color Cylindrical-coordinate representation of color #0C2253: hue angle of 221.41º 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 #0C2253 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 34 | 83 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.67 |
| HSL | 221.41º | 0.75% | 0.19% | - |
| HSV(B) | 221.41º | 0.86% | 0.33% | - |
| XYZ | 2.28 | 1.85 | 8.42 | - |
| YUV | 33.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 83 | 0.86 | 0.59 | 0 | 0.67 | 221.41 | 0.75 | 0.19 |
| Hex | C | 22 | 53 | 56 | 3B | 0 | 43 | DD | 4B | 13 |
| Octal | 14 | 42 | 123 | 126 | 73 | 0 | 103 | 335 | 113 | 23 |
| Binary | 1100 | 100010 | 1010011 | 1010110 | 111011 | 0 | 1000011 | 11011101 | 1001011 | 10011 |
Color Harmonies of #0C2253
Complementary color
Monochromatic Colors of #0C2253
Black with #0C2253
Text Example
Text Example
White with #0C2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2253; }
p { color: rgb(12,34,83); }
H1.HeaderClassName
{
color: #0C2253;
}
.AnyTagClassName
{
color: #0C2253;
}
</style>
background-color css
<style>
a { background-color: #0C2253; }
a { background-color: rgb(12,34,83); }
div.DivClassName
{
background-color: #0C2253;
}
.BgClassName
{
background-color: #0C2253;
}
</style>
border-color css
<style>
span { border-color: #0C2253; }
span { border-color: rgb(12,34,83); }
td.TdClassName
{
border-color: #0C2253;
}
.TagClassName
{
border-color: #0C2253;
}
</style>