Shades of Sapphire #000C52
Tints of Sapphire #000C52
RGB
CMYK
RGB Variations
Color information
#000C52 (or 0x000C52) is known color: Sapphire. HEX triplet: 00, 0C and 52. RGB value is (0,12,82). Sum of RGB (Red+Green+Blue) = 0+12+82=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #000C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C52 is #FFF3AD. Grayscale: #101010. Windows color (decimal): -16774062 or 5377024. OLE color: 5377024.
HSL color Cylindrical-coordinate representation of color #000C52: hue angle of 231.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C52 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 12 | 82 | - |
| CMYK | 1 | 0.85 | 0 | 0.68 |
| HSL | 231.22º | 1% | 0.16% | - |
| HSV(B) | 231.22º | 1% | 0.32% | - |
| XYZ | 1.65 | 0.87 | 8.06 | - |
| YUV | 16.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 82 | 1 | 0.85 | 0 | 0.68 | 231.22 | 1 | 0.16 |
| Hex | 0 | C | 52 | 64 | 55 | 0 | 44 | E7 | 64 | 10 |
| Octal | 0 | 14 | 122 | 144 | 125 | 0 | 104 | 347 | 144 | 20 |
| Binary | 0 | 1100 | 1010010 | 1100100 | 1010101 | 0 | 1000100 | 11100111 | 1100100 | 10000 |
Color Harmonies of #000C52
Complementary color
Monochromatic Colors of #000C52
Black with #000C52
Text Example
Text Example
White with #000C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C52; }
p { color: rgb(0,12,82); }
H1.HeaderClassName
{
color: #000C52;
}
.AnyTagClassName
{
color: #000C52;
}
</style>
background-color css
<style>
a { background-color: #000C52; }
a { background-color: rgb(0,12,82); }
div.DivClassName
{
background-color: #000C52;
}
.BgClassName
{
background-color: #000C52;
}
</style>
border-color css
<style>
span { border-color: #000C52; }
span { border-color: rgb(0,12,82); }
td.TdClassName
{
border-color: #000C52;
}
.TagClassName
{
border-color: #000C52;
}
</style>