Shades of Sapphire #0C234D
Tints of Sapphire #0C234D
RGB
CMYK
RGB Variations
Color information
#0C234D (or 0x0C234D) is known color: Sapphire. HEX triplet: 0C, 23 and 4D. RGB value is (12,35,77). Sum of RGB (Red+Green+Blue) = 12+35+77=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C234D is #F3DCB2. Grayscale: #202020. Windows color (decimal): -15981747 or 5055244. OLE color: 5055244.
HSL color Cylindrical-coordinate representation of color #0C234D: hue angle of 218.77º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C234D is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 35 | 77 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.70 |
| HSL | 218.77º | 0.73% | 0.17% | - |
| HSV(B) | 218.77º | 0.84% | 0.3% | - |
| XYZ | 2.09 | 1.82 | 7.26 | - |
| YUV | 32.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 77 | 0.84 | 0.55 | 0 | 0.70 | 218.77 | 0.73 | 0.17 |
| Hex | C | 23 | 4D | 54 | 37 | 0 | 46 | DB | 49 | 11 |
| Octal | 14 | 43 | 115 | 124 | 67 | 0 | 106 | 333 | 111 | 21 |
| Binary | 1100 | 100011 | 1001101 | 1010100 | 110111 | 0 | 1000110 | 11011011 | 1001001 | 10001 |
Color Harmonies of #0C234D
Complementary color
Monochromatic Colors of #0C234D
Black with #0C234D
Text Example
Text Example
White with #0C234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C234D; }
p { color: rgb(12,35,77); }
H1.HeaderClassName
{
color: #0C234D;
}
.AnyTagClassName
{
color: #0C234D;
}
</style>
background-color css
<style>
a { background-color: #0C234D; }
a { background-color: rgb(12,35,77); }
div.DivClassName
{
background-color: #0C234D;
}
.BgClassName
{
background-color: #0C234D;
}
</style>
border-color css
<style>
span { border-color: #0C234D; }
span { border-color: rgb(12,35,77); }
td.TdClassName
{
border-color: #0C234D;
}
.TagClassName
{
border-color: #0C234D;
}
</style>