Shades of Sapphire #000C63
Tints of Sapphire #000C63
RGB
CMYK
RGB Variations
Color information
#000C63 (or 0x000C63) is known color: Sapphire. HEX triplet: 00, 0C and 63. RGB value is (0,12,99). Sum of RGB (Red+Green+Blue) = 0+12+99=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 99 (39.06% from 255 or 89.19% from 111); Max value from RGB is 99 - color contains mainly: blue. Hex color #000C63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C63 is #FFF39C. Grayscale: #111111. Windows color (decimal): -16774045 or 6491136. OLE color: 6491136.
HSL color Cylindrical-coordinate representation of color #000C63: hue angle of 232.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C63 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 12 | 99 | - |
| CMYK | 1 | 0.88 | 0 | 0.61 |
| HSL | 232.73º | 1% | 0.19% | - |
| HSV(B) | 232.73º | 1% | 0.39% | - |
| XYZ | 2.38 | 1.16 | 11.9 | - |
| YUV | 18.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 99 | 1 | 0.88 | 0 | 0.61 | 232.73 | 1 | 0.19 |
| Hex | 0 | C | 63 | 64 | 58 | 0 | 3D | E9 | 64 | 13 |
| Octal | 0 | 14 | 143 | 144 | 130 | 0 | 75 | 351 | 144 | 23 |
| Binary | 0 | 1100 | 1100011 | 1100100 | 1011000 | 0 | 111101 | 11101001 | 1100100 | 10011 |
Color Harmonies of #000C63
Complementary color
Monochromatic Colors of #000C63
Black with #000C63
Text Example
Text Example
White with #000C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C63; }
p { color: rgb(0,12,99); }
H1.HeaderClassName
{
color: #000C63;
}
.AnyTagClassName
{
color: #000C63;
}
</style>
background-color css
<style>
a { background-color: #000C63; }
a { background-color: rgb(0,12,99); }
div.DivClassName
{
background-color: #000C63;
}
.BgClassName
{
background-color: #000C63;
}
</style>
border-color css
<style>
span { border-color: #000C63; }
span { border-color: rgb(0,12,99); }
td.TdClassName
{
border-color: #000C63;
}
.TagClassName
{
border-color: #000C63;
}
</style>