Shades of Dark Blue #000C8D
Tints of Dark Blue #000C8D
RGB
CMYK
RGB Variations
Color information
#000C8D (or 0x000C8D) is known color: Dark Blue. HEX triplet: 00, 0C and 8D. RGB value is (0,12,141). Sum of RGB (Red+Green+Blue) = 0+12+141=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 141 (55.47% from 255 or 92.16% from 153); Max value from RGB is 141 - color contains mainly: blue. Hex color #000C8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C8D is #FFF372. Grayscale: #161616. Windows color (decimal): -16774003 or 9243648. OLE color: 9243648.
HSL color Cylindrical-coordinate representation of color #000C8D: hue angle of 234.89º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C8D is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 12 | 141 | - |
| CMYK | 1 | 0.91 | 0 | 0.45 |
| HSL | 234.89º | 1% | 0.28% | - |
| HSV(B) | 234.89º | 1% | 0.55% | - |
| XYZ | 4.94 | 2.19 | 25.36 | - |
| YUV | 23.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 141 | 1 | 0.91 | 0 | 0.45 | 234.89 | 1 | 0.28 |
| Hex | 0 | C | 8D | 64 | 5B | 0 | 2D | EB | 64 | 1C |
| Octal | 0 | 14 | 215 | 144 | 133 | 0 | 55 | 353 | 144 | 34 |
| Binary | 0 | 1100 | 10001101 | 1100100 | 1011011 | 0 | 101101 | 11101011 | 1100100 | 11100 |
Color Harmonies of #000C8D
Complementary color
Monochromatic Colors of #000C8D
Black with #000C8D
Text Example
Text Example
White with #000C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C8D; }
p { color: rgb(0,12,141); }
H1.HeaderClassName
{
color: #000C8D;
}
.AnyTagClassName
{
color: #000C8D;
}
</style>
background-color css
<style>
a { background-color: #000C8D; }
a { background-color: rgb(0,12,141); }
div.DivClassName
{
background-color: #000C8D;
}
.BgClassName
{
background-color: #000C8D;
}
</style>
border-color css
<style>
span { border-color: #000C8D; }
span { border-color: rgb(0,12,141); }
td.TdClassName
{
border-color: #000C8D;
}
.TagClassName
{
border-color: #000C8D;
}
</style>