Shades of Sapphire #000C61
Tints of Sapphire #000C61
RGB
CMYK
RGB Variations
Color information
#000C61 (or 0x000C61) is known color: Sapphire. HEX triplet: 00, 0C and 61. RGB value is (0,12,97). Sum of RGB (Red+Green+Blue) = 0+12+97=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 97 (38.28% from 255 or 88.99% from 109); Max value from RGB is 97 - color contains mainly: blue. Hex color #000C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C61 is #FFF39E. Grayscale: #111111. Windows color (decimal): -16774047 or 6360064. OLE color: 6360064.
HSL color Cylindrical-coordinate representation of color #000C61: hue angle of 232.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C61 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 12 | 97 | - |
| CMYK | 1 | 0.88 | 0 | 0.62 |
| HSL | 232.58º | 1% | 0.19% | - |
| HSV(B) | 232.58º | 1% | 0.38% | - |
| XYZ | 2.29 | 1.13 | 11.41 | - |
| YUV | 18.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 97 | 1 | 0.88 | 0 | 0.62 | 232.58 | 1 | 0.19 |
| Hex | 0 | C | 61 | 64 | 58 | 0 | 3E | E9 | 64 | 13 |
| Octal | 0 | 14 | 141 | 144 | 130 | 0 | 76 | 351 | 144 | 23 |
| Binary | 0 | 1100 | 1100001 | 1100100 | 1011000 | 0 | 111110 | 11101001 | 1100100 | 10011 |
Color Harmonies of #000C61
Complementary color
Monochromatic Colors of #000C61
Black with #000C61
Text Example
Text Example
White with #000C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C61; }
p { color: rgb(0,12,97); }
H1.HeaderClassName
{
color: #000C61;
}
.AnyTagClassName
{
color: #000C61;
}
</style>
background-color css
<style>
a { background-color: #000C61; }
a { background-color: rgb(0,12,97); }
div.DivClassName
{
background-color: #000C61;
}
.BgClassName
{
background-color: #000C61;
}
</style>
border-color css
<style>
span { border-color: #000C61; }
span { border-color: rgb(0,12,97); }
td.TdClassName
{
border-color: #000C61;
}
.TagClassName
{
border-color: #000C61;
}
</style>