Shades of Sapphire #0C1453
Tints of Sapphire #0C1453
RGB
CMYK
RGB Variations
Color information
#0C1453 (or 0x0C1453) is known color: Sapphire. HEX triplet: 0C, 14 and 53. RGB value is (12,20,83). Sum of RGB (Red+Green+Blue) = 12+20+83=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C1453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1453 is #F3EBAC. Grayscale: #181818. Windows color (decimal): -15985581 or 5444620. OLE color: 5444620.
HSL color Cylindrical-coordinate representation of color #0C1453: hue angle of 233.24º 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 #0C1453 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 20 | 83 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.67 |
| HSL | 233.24º | 0.75% | 0.19% | - |
| HSV(B) | 233.24º | 0.86% | 0.33% | - |
| XYZ | 1.96 | 1.2 | 8.31 | - |
| YUV | 24.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 83 | 0.86 | 0.76 | 0 | 0.67 | 233.24 | 0.75 | 0.19 |
| Hex | C | 14 | 53 | 56 | 4C | 0 | 43 | E9 | 4B | 13 |
| Octal | 14 | 24 | 123 | 126 | 114 | 0 | 103 | 351 | 113 | 23 |
| Binary | 1100 | 10100 | 1010011 | 1010110 | 1001100 | 0 | 1000011 | 11101001 | 1001011 | 10011 |
Color Harmonies of #0C1453
Complementary color
Monochromatic Colors of #0C1453
Black with #0C1453
Text Example
Text Example
White with #0C1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1453; }
p { color: rgb(12,20,83); }
H1.HeaderClassName
{
color: #0C1453;
}
.AnyTagClassName
{
color: #0C1453;
}
</style>
background-color css
<style>
a { background-color: #0C1453; }
a { background-color: rgb(12,20,83); }
div.DivClassName
{
background-color: #0C1453;
}
.BgClassName
{
background-color: #0C1453;
}
</style>
border-color css
<style>
span { border-color: #0C1453; }
span { border-color: rgb(12,20,83); }
td.TdClassName
{
border-color: #0C1453;
}
.TagClassName
{
border-color: #0C1453;
}
</style>