Shades of Sapphire #000C4C
Tints of Sapphire #000C4C
RGB
CMYK
RGB Variations
Color information
#000C4C (or 0x000C4C) is known color: Sapphire. HEX triplet: 00, 0C and 4C. RGB value is (0,12,76). Sum of RGB (Red+Green+Blue) = 0+12+76=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 76 (30.08% from 255 or 86.36% from 88); Max value from RGB is 76 - color contains mainly: blue. Hex color #000C4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C4C is #FFF3B3. Grayscale: #0F0F0F. Windows color (decimal): -16774068 or 4983808. OLE color: 4983808.
HSL color Cylindrical-coordinate representation of color #000C4C: hue angle of 230.53º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C4C is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 12 | 76 | - |
| CMYK | 1 | 0.84 | 0 | 0.70 |
| HSL | 230.53º | 1% | 0.15% | - |
| HSV(B) | 230.53º | 1% | 0.3% | - |
| XYZ | 1.44 | 0.78 | 6.91 | - |
| YUV | 15.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 76 | 1 | 0.84 | 0 | 0.70 | 230.53 | 1 | 0.15 |
| Hex | 0 | C | 4C | 64 | 54 | 0 | 46 | E7 | 64 | F |
| Octal | 0 | 14 | 114 | 144 | 124 | 0 | 106 | 347 | 144 | 17 |
| Binary | 0 | 1100 | 1001100 | 1100100 | 1010100 | 0 | 1000110 | 11100111 | 1100100 | 1111 |
Color Harmonies of #000C4C
Complementary color
Monochromatic Colors of #000C4C
Black with #000C4C
Text Example
Text Example
White with #000C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C4C; }
p { color: rgb(0,12,76); }
H1.HeaderClassName
{
color: #000C4C;
}
.AnyTagClassName
{
color: #000C4C;
}
</style>
background-color css
<style>
a { background-color: #000C4C; }
a { background-color: rgb(0,12,76); }
div.DivClassName
{
background-color: #000C4C;
}
.BgClassName
{
background-color: #000C4C;
}
</style>
border-color css
<style>
span { border-color: #000C4C; }
span { border-color: rgb(0,12,76); }
td.TdClassName
{
border-color: #000C4C;
}
.TagClassName
{
border-color: #000C4C;
}
</style>