Shades of Sapphire #000C5E
Tints of Sapphire #000C5E
RGB
CMYK
RGB Variations
Color information
#000C5E (or 0x000C5E) is known color: Sapphire. HEX triplet: 00, 0C and 5E. RGB value is (0,12,94). Sum of RGB (Red+Green+Blue) = 0+12+94=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #000C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C5E is #FFF3A1. Grayscale: #111111. Windows color (decimal): -16774050 or 6163456. OLE color: 6163456.
HSL color Cylindrical-coordinate representation of color #000C5E: hue angle of 232.34º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C5E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 12 | 94 | - |
| CMYK | 1 | 0.87 | 0 | 0.63 |
| HSL | 232.34º | 1% | 0.18% | - |
| HSV(B) | 232.34º | 1% | 0.37% | - |
| XYZ | 2.15 | 1.07 | 10.68 | - |
| YUV | 17.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 94 | 1 | 0.87 | 0 | 0.63 | 232.34 | 1 | 0.18 |
| Hex | 0 | C | 5E | 64 | 57 | 0 | 3F | E8 | 64 | 12 |
| Octal | 0 | 14 | 136 | 144 | 127 | 0 | 77 | 350 | 144 | 22 |
| Binary | 0 | 1100 | 1011110 | 1100100 | 1010111 | 0 | 111111 | 11101000 | 1100100 | 10010 |
Color Harmonies of #000C5E
Complementary color
Monochromatic Colors of #000C5E
Black with #000C5E
Text Example
Text Example
White with #000C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C5E; }
p { color: rgb(0,12,94); }
H1.HeaderClassName
{
color: #000C5E;
}
.AnyTagClassName
{
color: #000C5E;
}
</style>
background-color css
<style>
a { background-color: #000C5E; }
a { background-color: rgb(0,12,94); }
div.DivClassName
{
background-color: #000C5E;
}
.BgClassName
{
background-color: #000C5E;
}
</style>
border-color css
<style>
span { border-color: #000C5E; }
span { border-color: rgb(0,12,94); }
td.TdClassName
{
border-color: #000C5E;
}
.TagClassName
{
border-color: #000C5E;
}
</style>