Shades of Sapphire #000C48
Tints of Sapphire #000C48
RGB
CMYK
RGB Variations
Color information
#000C48 (or 0x000C48) is known color: Sapphire. HEX triplet: 00, 0C and 48. RGB value is (0,12,72). Sum of RGB (Red+Green+Blue) = 0+12+72=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #000C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C48 is #FFF3B7. Grayscale: #0F0F0F. Windows color (decimal): -16774072 or 4721664. OLE color: 4721664.
HSL color Cylindrical-coordinate representation of color #000C48: hue angle of 230º 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 #000C48 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 12 | 72 | - |
| CMYK | 1 | 0.83 | 0 | 0.72 |
| HSL | 230º | 1% | 0.14% | - |
| HSV(B) | 230º | 1% | 0.28% | - |
| XYZ | 1.3 | 0.73 | 6.2 | - |
| YUV | 15.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 72 | 1 | 0.83 | 0 | 0.72 | 230 | 1 | 0.14 |
| Hex | 0 | C | 48 | 64 | 53 | 0 | 48 | E6 | 64 | E |
| Octal | 0 | 14 | 110 | 144 | 123 | 0 | 110 | 346 | 144 | 16 |
| Binary | 0 | 1100 | 1001000 | 1100100 | 1010011 | 0 | 1001000 | 11100110 | 1100100 | 1110 |
Color Harmonies of #000C48
Complementary color
Monochromatic Colors of #000C48
Black with #000C48
Text Example
Text Example
White with #000C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C48; }
p { color: rgb(0,12,72); }
H1.HeaderClassName
{
color: #000C48;
}
.AnyTagClassName
{
color: #000C48;
}
</style>
background-color css
<style>
a { background-color: #000C48; }
a { background-color: rgb(0,12,72); }
div.DivClassName
{
background-color: #000C48;
}
.BgClassName
{
background-color: #000C48;
}
</style>
border-color css
<style>
span { border-color: #000C48; }
span { border-color: rgb(0,12,72); }
td.TdClassName
{
border-color: #000C48;
}
.TagClassName
{
border-color: #000C48;
}
</style>