Shades of Dark Blue #000C91
Tints of Dark Blue #000C91
RGB
CMYK
RGB Variations
Color information
#000C91 (or 0x000C91) is known color: Dark Blue. HEX triplet: 00, 0C and 91. RGB value is (0,12,145). Sum of RGB (Red+Green+Blue) = 0+12+145=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 145 (57.03% from 255 or 92.36% from 157); Max value from RGB is 145 - color contains mainly: blue. Hex color #000C91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C91 is #FFF36E. Grayscale: #171717. Windows color (decimal): -16773999 or 9505792. OLE color: 9505792.
HSL color Cylindrical-coordinate representation of color #000C91: hue angle of 235.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C91 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 12 | 145 | - |
| CMYK | 1 | 0.92 | 0 | 0.43 |
| HSL | 235.03º | 1% | 0.28% | - |
| HSV(B) | 235.03º | 1% | 0.57% | - |
| XYZ | 5.24 | 2.31 | 26.96 | - |
| YUV | 23.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 145 | 1 | 0.92 | 0 | 0.43 | 235.03 | 1 | 0.28 |
| Hex | 0 | C | 91 | 64 | 5C | 0 | 2B | EB | 64 | 1C |
| Octal | 0 | 14 | 221 | 144 | 134 | 0 | 53 | 353 | 144 | 34 |
| Binary | 0 | 1100 | 10010001 | 1100100 | 1011100 | 0 | 101011 | 11101011 | 1100100 | 11100 |
Color Harmonies of #000C91
Complementary color
Monochromatic Colors of #000C91
Black with #000C91
Text Example
Text Example
White with #000C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C91; }
p { color: rgb(0,12,145); }
H1.HeaderClassName
{
color: #000C91;
}
.AnyTagClassName
{
color: #000C91;
}
</style>
background-color css
<style>
a { background-color: #000C91; }
a { background-color: rgb(0,12,145); }
div.DivClassName
{
background-color: #000C91;
}
.BgClassName
{
background-color: #000C91;
}
</style>
border-color css
<style>
span { border-color: #000C91; }
span { border-color: rgb(0,12,145); }
td.TdClassName
{
border-color: #000C91;
}
.TagClassName
{
border-color: #000C91;
}
</style>