Shades of Sapphire #000C5B
Tints of Sapphire #000C5B
RGB
CMYK
RGB Variations
Color information
#000C5B (or 0x000C5B) is known color: Sapphire. HEX triplet: 00, 0C and 5B. RGB value is (0,12,91). Sum of RGB (Red+Green+Blue) = 0+12+91=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #000C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C5B is #FFF3A4. Grayscale: #111111. Windows color (decimal): -16774053 or 5966848. OLE color: 5966848.
HSL color Cylindrical-coordinate representation of color #000C5B: hue angle of 232.09º 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 #000C5B is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 12 | 91 | - |
| CMYK | 1 | 0.87 | 0 | 0.64 |
| HSL | 232.09º | 1% | 0.18% | - |
| HSV(B) | 232.09º | 1% | 0.36% | - |
| XYZ | 2.02 | 1.02 | 9.99 | - |
| YUV | 17.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 91 | 1 | 0.87 | 0 | 0.64 | 232.09 | 1 | 0.18 |
| Hex | 0 | C | 5B | 64 | 57 | 0 | 40 | E8 | 64 | 12 |
| Octal | 0 | 14 | 133 | 144 | 127 | 0 | 100 | 350 | 144 | 22 |
| Binary | 0 | 1100 | 1011011 | 1100100 | 1010111 | 0 | 1000000 | 11101000 | 1100100 | 10010 |
Color Harmonies of #000C5B
Complementary color
Monochromatic Colors of #000C5B
Black with #000C5B
Text Example
Text Example
White with #000C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C5B; }
p { color: rgb(0,12,91); }
H1.HeaderClassName
{
color: #000C5B;
}
.AnyTagClassName
{
color: #000C5B;
}
</style>
background-color css
<style>
a { background-color: #000C5B; }
a { background-color: rgb(0,12,91); }
div.DivClassName
{
background-color: #000C5B;
}
.BgClassName
{
background-color: #000C5B;
}
</style>
border-color css
<style>
span { border-color: #000C5B; }
span { border-color: rgb(0,12,91); }
td.TdClassName
{
border-color: #000C5B;
}
.TagClassName
{
border-color: #000C5B;
}
</style>