Shades of Sapphire #0C1353
Tints of Sapphire #0C1353
RGB
CMYK
RGB Variations
Color information
#0C1353 (or 0x0C1353) is known color: Sapphire. HEX triplet: 0C, 13 and 53. RGB value is (12,19,83). Sum of RGB (Red+Green+Blue) = 12+19+83=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C1353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1353 is #F3ECAC. Grayscale: #171717. Windows color (decimal): -15985837 or 5444364. OLE color: 5444364.
HSL color Cylindrical-coordinate representation of color #0C1353: hue angle of 234.08º 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 #0C1353 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 19 | 83 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.67 |
| HSL | 234.08º | 0.75% | 0.19% | - |
| HSV(B) | 234.08º | 0.86% | 0.33% | - |
| XYZ | 1.95 | 1.17 | 8.31 | - |
| YUV | 24.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 83 | 0.86 | 0.77 | 0 | 0.67 | 234.08 | 0.75 | 0.19 |
| Hex | C | 13 | 53 | 56 | 4D | 0 | 43 | EA | 4B | 13 |
| Octal | 14 | 23 | 123 | 126 | 115 | 0 | 103 | 352 | 113 | 23 |
| Binary | 1100 | 10011 | 1010011 | 1010110 | 1001101 | 0 | 1000011 | 11101010 | 1001011 | 10011 |
Color Harmonies of #0C1353
Complementary color
Monochromatic Colors of #0C1353
Black with #0C1353
Text Example
Text Example
White with #0C1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1353; }
p { color: rgb(12,19,83); }
H1.HeaderClassName
{
color: #0C1353;
}
.AnyTagClassName
{
color: #0C1353;
}
</style>
background-color css
<style>
a { background-color: #0C1353; }
a { background-color: rgb(12,19,83); }
div.DivClassName
{
background-color: #0C1353;
}
.BgClassName
{
background-color: #0C1353;
}
</style>
border-color css
<style>
span { border-color: #0C1353; }
span { border-color: rgb(12,19,83); }
td.TdClassName
{
border-color: #0C1353;
}
.TagClassName
{
border-color: #0C1353;
}
</style>