Shades of Dark Blue #01008C
Tints of Dark Blue #01008C
RGB
CMYK
RGB Variations
Color information
#01008C (or 0x01008C) is known color: Dark Blue. HEX triplet: 01, 00 and 8C. RGB value is (1,0,140). Sum of RGB (Red+Green+Blue) = 1+0+140=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 140 (55.08% from 255 or 99.29% from 141); Max value from RGB is 140 - color contains mainly: blue. Hex color #01008C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01008C is #FEFF73. Grayscale: #0F0F0F. Windows color (decimal): -16711540 or 9175041. OLE color: 9175041.
HSL color Cylindrical-coordinate representation of color #01008C: hue angle of 240.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01008C is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 0 | 140 | - |
| CMYK | 0.99 | 1 | 0 | 0.45 |
| HSL | 240.43º | 1% | 0.27% | - |
| HSV(B) | 240.43º | 1% | 0.55% | - |
| XYZ | 4.75 | 1.9 | 24.93 | - |
| YUV | 16.26 | 197.83 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 140 | 0.99 | 1 | 0 | 0.45 | 240.43 | 1 | 0.27 |
| Hex | 1 | 0 | 8C | 63 | 64 | 0 | 2D | F0 | 64 | 1B |
| Octal | 1 | 0 | 214 | 143 | 144 | 0 | 55 | 360 | 144 | 33 |
| Binary | 1 | 0 | 10001100 | 1100011 | 1100100 | 0 | 101101 | 11110000 | 1100100 | 11011 |
Color Harmonies of #01008C
Complementary color
Monochromatic Colors of #01008C
Black with #01008C
Text Example
Text Example
White with #01008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01008C; }
p { color: rgb(1,0,140); }
H1.HeaderClassName
{
color: #01008C;
}
.AnyTagClassName
{
color: #01008C;
}
</style>
background-color css
<style>
a { background-color: #01008C; }
a { background-color: rgb(1,0,140); }
div.DivClassName
{
background-color: #01008C;
}
.BgClassName
{
background-color: #01008C;
}
</style>
border-color css
<style>
span { border-color: #01008C; }
span { border-color: rgb(1,0,140); }
td.TdClassName
{
border-color: #01008C;
}
.TagClassName
{
border-color: #01008C;
}
</style>