Shades of Sapphire #000C47
Tints of Sapphire #000C47
RGB
CMYK
RGB Variations
Color information
#000C47 (or 0x000C47) is known color: Sapphire. HEX triplet: 00, 0C and 47. RGB value is (0,12,71). Sum of RGB (Red+Green+Blue) = 0+12+71=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 71 (28.12% from 255 or 85.54% from 83); Max value from RGB is 71 - color contains mainly: blue. Hex color #000C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C47 is #FFF3B8. Grayscale: #0E0E0E. Windows color (decimal): -16774073 or 4656128. OLE color: 4656128.
HSL color Cylindrical-coordinate representation of color #000C47: hue angle of 229.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C47 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 12 | 71 | - |
| CMYK | 1 | 0.83 | 0 | 0.72 |
| HSL | 229.86º | 1% | 0.14% | - |
| HSV(B) | 229.86º | 1% | 0.28% | - |
| XYZ | 1.27 | 0.72 | 6.03 | - |
| YUV | 15.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 71 | 1 | 0.83 | 0 | 0.72 | 229.86 | 1 | 0.14 |
| Hex | 0 | C | 47 | 64 | 53 | 0 | 48 | E6 | 64 | E |
| Octal | 0 | 14 | 107 | 144 | 123 | 0 | 110 | 346 | 144 | 16 |
| Binary | 0 | 1100 | 1000111 | 1100100 | 1010011 | 0 | 1001000 | 11100110 | 1100100 | 1110 |
Color Harmonies of #000C47
Complementary color
Monochromatic Colors of #000C47
Black with #000C47
Text Example
Text Example
White with #000C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C47; }
p { color: rgb(0,12,71); }
H1.HeaderClassName
{
color: #000C47;
}
.AnyTagClassName
{
color: #000C47;
}
</style>
background-color css
<style>
a { background-color: #000C47; }
a { background-color: rgb(0,12,71); }
div.DivClassName
{
background-color: #000C47;
}
.BgClassName
{
background-color: #000C47;
}
</style>
border-color css
<style>
span { border-color: #000C47; }
span { border-color: rgb(0,12,71); }
td.TdClassName
{
border-color: #000C47;
}
.TagClassName
{
border-color: #000C47;
}
</style>