Shades of Sapphire #000C5D
Tints of Sapphire #000C5D
RGB
CMYK
RGB Variations
Color information
#000C5D (or 0x000C5D) is known color: Sapphire. HEX triplet: 00, 0C and 5D. RGB value is (0,12,93). Sum of RGB (Red+Green+Blue) = 0+12+93=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #000C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C5D is #FFF3A2. Grayscale: #111111. Windows color (decimal): -16774051 or 6097920. OLE color: 6097920.
HSL color Cylindrical-coordinate representation of color #000C5D: hue angle of 232.26º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C5D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 12 | 93 | - |
| CMYK | 1 | 0.87 | 0 | 0.64 |
| HSL | 232.26º | 1% | 0.18% | - |
| HSV(B) | 232.26º | 1% | 0.36% | - |
| XYZ | 2.11 | 1.05 | 10.45 | - |
| YUV | 17.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 93 | 1 | 0.87 | 0 | 0.64 | 232.26 | 1 | 0.18 |
| Hex | 0 | C | 5D | 64 | 57 | 0 | 40 | E8 | 64 | 12 |
| Octal | 0 | 14 | 135 | 144 | 127 | 0 | 100 | 350 | 144 | 22 |
| Binary | 0 | 1100 | 1011101 | 1100100 | 1010111 | 0 | 1000000 | 11101000 | 1100100 | 10010 |
Color Harmonies of #000C5D
Complementary color
Monochromatic Colors of #000C5D
Black with #000C5D
Text Example
Text Example
White with #000C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C5D; }
p { color: rgb(0,12,93); }
H1.HeaderClassName
{
color: #000C5D;
}
.AnyTagClassName
{
color: #000C5D;
}
</style>
background-color css
<style>
a { background-color: #000C5D; }
a { background-color: rgb(0,12,93); }
div.DivClassName
{
background-color: #000C5D;
}
.BgClassName
{
background-color: #000C5D;
}
</style>
border-color css
<style>
span { border-color: #000C5D; }
span { border-color: rgb(0,12,93); }
td.TdClassName
{
border-color: #000C5D;
}
.TagClassName
{
border-color: #000C5D;
}
</style>