Shades of Sapphire #000C49
Tints of Sapphire #000C49
RGB
CMYK
RGB Variations
Color information
#000C49 (or 0x000C49) is known color: Sapphire. HEX triplet: 00, 0C and 49. RGB value is (0,12,73). Sum of RGB (Red+Green+Blue) = 0+12+73=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #000C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C49 is #FFF3B6. Grayscale: #0F0F0F. Windows color (decimal): -16774071 or 4787200. OLE color: 4787200.
HSL color Cylindrical-coordinate representation of color #000C49: hue angle of 230.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C49 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 12 | 73 | - |
| CMYK | 1 | 0.84 | 0 | 0.71 |
| HSL | 230.14º | 1% | 0.14% | - |
| HSV(B) | 230.14º | 1% | 0.29% | - |
| XYZ | 1.33 | 0.74 | 6.38 | - |
| YUV | 15.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 73 | 1 | 0.84 | 0 | 0.71 | 230.14 | 1 | 0.14 |
| Hex | 0 | C | 49 | 64 | 54 | 0 | 47 | E6 | 64 | E |
| Octal | 0 | 14 | 111 | 144 | 124 | 0 | 107 | 346 | 144 | 16 |
| Binary | 0 | 1100 | 1001001 | 1100100 | 1010100 | 0 | 1000111 | 11100110 | 1100100 | 1110 |
Color Harmonies of #000C49
Complementary color
Monochromatic Colors of #000C49
Black with #000C49
Text Example
Text Example
White with #000C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C49; }
p { color: rgb(0,12,73); }
H1.HeaderClassName
{
color: #000C49;
}
.AnyTagClassName
{
color: #000C49;
}
</style>
background-color css
<style>
a { background-color: #000C49; }
a { background-color: rgb(0,12,73); }
div.DivClassName
{
background-color: #000C49;
}
.BgClassName
{
background-color: #000C49;
}
</style>
border-color css
<style>
span { border-color: #000C49; }
span { border-color: rgb(0,12,73); }
td.TdClassName
{
border-color: #000C49;
}
.TagClassName
{
border-color: #000C49;
}
</style>