Shades of Dark Blue #010C91
Tints of Dark Blue #010C91
RGB
CMYK
RGB Variations
Color information
#010C91 (or 0x010C91) is known color: Dark Blue. HEX triplet: 01, 0C and 91. RGB value is (1,12,145). Sum of RGB (Red+Green+Blue) = 1+12+145=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #010C91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C91 is #FEF36E. Grayscale: #171717. Windows color (decimal): -16708463 or 9505793. OLE color: 9505793.
HSL color Cylindrical-coordinate representation of color #010C91: hue angle of 235.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C91 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 12 | 145 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.43 |
| HSL | 235.42º | 0.99% | 0.29% | - |
| HSV(B) | 235.42º | 0.99% | 0.57% | - |
| XYZ | 5.25 | 2.31 | 26.96 | - |
| YUV | 23.87 | 196.36 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 145 | 0.99 | 0.92 | 0 | 0.43 | 235.42 | 0.99 | 0.29 |
| Hex | 1 | C | 91 | 63 | 5C | 0 | 2B | EB | 63 | 1D |
| Octal | 1 | 14 | 221 | 143 | 134 | 0 | 53 | 353 | 143 | 35 |
| Binary | 1 | 1100 | 10010001 | 1100011 | 1011100 | 0 | 101011 | 11101011 | 1100011 | 11101 |
Color Harmonies of #010C91
Complementary color
Monochromatic Colors of #010C91
Black with #010C91
Text Example
Text Example
White with #010C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C91; }
p { color: rgb(1,12,145); }
H1.HeaderClassName
{
color: #010C91;
}
.AnyTagClassName
{
color: #010C91;
}
</style>
background-color css
<style>
a { background-color: #010C91; }
a { background-color: rgb(1,12,145); }
div.DivClassName
{
background-color: #010C91;
}
.BgClassName
{
background-color: #010C91;
}
</style>
border-color css
<style>
span { border-color: #010C91; }
span { border-color: rgb(1,12,145); }
td.TdClassName
{
border-color: #010C91;
}
.TagClassName
{
border-color: #010C91;
}
</style>