Shades of Dark Blue #010C8F
Tints of Dark Blue #010C8F
RGB
CMYK
RGB Variations
Color information
#010C8F (or 0x010C8F) is known color: Dark Blue. HEX triplet: 01, 0C and 8F. RGB value is (1,12,143). Sum of RGB (Red+Green+Blue) = 1+12+143=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 143 (56.25% from 255 or 91.67% from 156); Max value from RGB is 143 - color contains mainly: blue. Hex color #010C8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C8F is #FEF370. Grayscale: #171717. Windows color (decimal): -16708465 or 9374721. OLE color: 9374721.
HSL color Cylindrical-coordinate representation of color #010C8F: hue angle of 235.35º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010C8F is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 12 | 143 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.44 |
| HSL | 235.35º | 0.99% | 0.28% | - |
| HSV(B) | 235.35º | 0.99% | 0.56% | - |
| XYZ | 5.1 | 2.25 | 26.15 | - |
| YUV | 23.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 143 | 0.99 | 0.92 | 0 | 0.44 | 235.35 | 0.99 | 0.28 |
| Hex | 1 | C | 8F | 63 | 5C | 0 | 2C | EB | 63 | 1C |
| Octal | 1 | 14 | 217 | 143 | 134 | 0 | 54 | 353 | 143 | 34 |
| Binary | 1 | 1100 | 10001111 | 1100011 | 1011100 | 0 | 101100 | 11101011 | 1100011 | 11100 |
Color Harmonies of #010C8F
Complementary color
Monochromatic Colors of #010C8F
Black with #010C8F
Text Example
Text Example
White with #010C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C8F; }
p { color: rgb(1,12,143); }
H1.HeaderClassName
{
color: #010C8F;
}
.AnyTagClassName
{
color: #010C8F;
}
</style>
background-color css
<style>
a { background-color: #010C8F; }
a { background-color: rgb(1,12,143); }
div.DivClassName
{
background-color: #010C8F;
}
.BgClassName
{
background-color: #010C8F;
}
</style>
border-color css
<style>
span { border-color: #010C8F; }
span { border-color: rgb(1,12,143); }
td.TdClassName
{
border-color: #010C8F;
}
.TagClassName
{
border-color: #010C8F;
}
</style>