Shades of Sapphire #0C1658
Tints of Sapphire #0C1658
RGB
CMYK
RGB Variations
Color information
#0C1658 (or 0x0C1658) is known color: Sapphire. HEX triplet: 0C, 16 and 58. RGB value is (12,22,88). Sum of RGB (Red+Green+Blue) = 12+22+88=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 88 (34.77% from 255 or 72.13% from 122); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C1658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1658 is #F3E9A7. Grayscale: #1A1A1A. Windows color (decimal): -15985064 or 5772812. OLE color: 5772812.
HSL color Cylindrical-coordinate representation of color #0C1658: hue angle of 232.11º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1658 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 22 | 88 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.65 |
| HSL | 232.11º | 0.76% | 0.2% | - |
| HSV(B) | 232.11º | 0.86% | 0.35% | - |
| XYZ | 2.2 | 1.36 | 9.38 | - |
| YUV | 26.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 88 | 0.86 | 0.75 | 0 | 0.65 | 232.11 | 0.76 | 0.2 |
| Hex | C | 16 | 58 | 56 | 4B | 0 | 41 | E8 | 4C | 14 |
| Octal | 14 | 26 | 130 | 126 | 113 | 0 | 101 | 350 | 114 | 24 |
| Binary | 1100 | 10110 | 1011000 | 1010110 | 1001011 | 0 | 1000001 | 11101000 | 1001100 | 10100 |
Color Harmonies of #0C1658
Complementary color
Monochromatic Colors of #0C1658
Black with #0C1658
Text Example
Text Example
White with #0C1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1658; }
p { color: rgb(12,22,88); }
H1.HeaderClassName
{
color: #0C1658;
}
.AnyTagClassName
{
color: #0C1658;
}
</style>
background-color css
<style>
a { background-color: #0C1658; }
a { background-color: rgb(12,22,88); }
div.DivClassName
{
background-color: #0C1658;
}
.BgClassName
{
background-color: #0C1658;
}
</style>
border-color css
<style>
span { border-color: #0C1658; }
span { border-color: rgb(12,22,88); }
td.TdClassName
{
border-color: #0C1658;
}
.TagClassName
{
border-color: #0C1658;
}
</style>