Shades of Sapphire #0C1758
Tints of Sapphire #0C1758
RGB
CMYK
RGB Variations
Color information
#0C1758 (or 0x0C1758) is known color: Sapphire. HEX triplet: 0C, 17 and 58. RGB value is (12,23,88). Sum of RGB (Red+Green+Blue) = 12+23+88=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C1758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1758 is #F3E8A7. Grayscale: #1A1A1A. Windows color (decimal): -15984808 or 5773068. OLE color: 5773068.
HSL color Cylindrical-coordinate representation of color #0C1758: hue angle of 231.32º 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 #0C1758 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 23 | 88 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.65 |
| HSL | 231.32º | 0.76% | 0.2% | - |
| HSV(B) | 231.32º | 0.86% | 0.35% | - |
| XYZ | 2.22 | 1.4 | 9.38 | - |
| YUV | 27.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 88 | 0.86 | 0.74 | 0 | 0.65 | 231.32 | 0.76 | 0.2 |
| Hex | C | 17 | 58 | 56 | 4A | 0 | 41 | E7 | 4C | 14 |
| Octal | 14 | 27 | 130 | 126 | 112 | 0 | 101 | 347 | 114 | 24 |
| Binary | 1100 | 10111 | 1011000 | 1010110 | 1001010 | 0 | 1000001 | 11100111 | 1001100 | 10100 |
Color Harmonies of #0C1758
Complementary color
Monochromatic Colors of #0C1758
Black with #0C1758
Text Example
Text Example
White with #0C1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1758; }
p { color: rgb(12,23,88); }
H1.HeaderClassName
{
color: #0C1758;
}
.AnyTagClassName
{
color: #0C1758;
}
</style>
background-color css
<style>
a { background-color: #0C1758; }
a { background-color: rgb(12,23,88); }
div.DivClassName
{
background-color: #0C1758;
}
.BgClassName
{
background-color: #0C1758;
}
</style>
border-color css
<style>
span { border-color: #0C1758; }
span { border-color: rgb(12,23,88); }
td.TdClassName
{
border-color: #0C1758;
}
.TagClassName
{
border-color: #0C1758;
}
</style>