Shades of Sapphire #000C46
Tints of Sapphire #000C46
RGB
CMYK
RGB Variations
Color information
#000C46 (or 0x000C46) is known color: Sapphire. HEX triplet: 00, 0C and 46. RGB value is (0,12,70). Sum of RGB (Red+Green+Blue) = 0+12+70=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 70 (27.73% from 255 or 85.37% from 82); Max value from RGB is 70 - color contains mainly: blue. Hex color #000C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C46 is #FFF3B9. Grayscale: #0E0E0E. Windows color (decimal): -16774074 or 4590592. OLE color: 4590592.
HSL color Cylindrical-coordinate representation of color #000C46: hue angle of 229.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C46 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 12 | 70 | - |
| CMYK | 1 | 0.83 | 0 | 0.73 |
| HSL | 229.71º | 1% | 0.14% | - |
| HSV(B) | 229.71º | 1% | 0.27% | - |
| XYZ | 1.24 | 0.71 | 5.87 | - |
| YUV | 15.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 70 | 1 | 0.83 | 0 | 0.73 | 229.71 | 1 | 0.14 |
| Hex | 0 | C | 46 | 64 | 53 | 0 | 49 | E6 | 64 | E |
| Octal | 0 | 14 | 106 | 144 | 123 | 0 | 111 | 346 | 144 | 16 |
| Binary | 0 | 1100 | 1000110 | 1100100 | 1010011 | 0 | 1001001 | 11100110 | 1100100 | 1110 |
Color Harmonies of #000C46
Complementary color
Monochromatic Colors of #000C46
Black with #000C46
Text Example
Text Example
White with #000C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C46; }
p { color: rgb(0,12,70); }
H1.HeaderClassName
{
color: #000C46;
}
.AnyTagClassName
{
color: #000C46;
}
</style>
background-color css
<style>
a { background-color: #000C46; }
a { background-color: rgb(0,12,70); }
div.DivClassName
{
background-color: #000C46;
}
.BgClassName
{
background-color: #000C46;
}
</style>
border-color css
<style>
span { border-color: #000C46; }
span { border-color: rgb(0,12,70); }
td.TdClassName
{
border-color: #000C46;
}
.TagClassName
{
border-color: #000C46;
}
</style>