Shades of Dark Blue #01028D
Tints of Dark Blue #01028D
RGB
CMYK
RGB Variations
Color information
#01028D (or 0x01028D) is known color: Dark Blue. HEX triplet: 01, 02 and 8D. RGB value is (1,2,141). Sum of RGB (Red+Green+Blue) = 1+2+141=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 141 (55.47% from 255 or 97.92% from 144); Max value from RGB is 141 - color contains mainly: blue. Hex color #01028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01028D is #FEFD72. Grayscale: #101010. Windows color (decimal): -16711027 or 9241089. OLE color: 9241089.
HSL color Cylindrical-coordinate representation of color #01028D: hue angle of 239.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01028D is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 2 | 141 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.45 |
| HSL | 239.57º | 0.99% | 0.28% | - |
| HSV(B) | 239.57º | 0.99% | 0.55% | - |
| XYZ | 4.84 | 1.97 | 25.32 | - |
| YUV | 17.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 141 | 0.99 | 0.99 | 0 | 0.45 | 239.57 | 0.99 | 0.28 |
| Hex | 1 | 2 | 8D | 63 | 63 | 0 | 2D | F0 | 63 | 1C |
| Octal | 1 | 2 | 215 | 143 | 143 | 0 | 55 | 360 | 143 | 34 |
| Binary | 1 | 10 | 10001101 | 1100011 | 1100011 | 0 | 101101 | 11110000 | 1100011 | 11100 |
Color Harmonies of #01028D
Complementary color
Monochromatic Colors of #01028D
Black with #01028D
Text Example
Text Example
White with #01028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01028D; }
p { color: rgb(1,2,141); }
H1.HeaderClassName
{
color: #01028D;
}
.AnyTagClassName
{
color: #01028D;
}
</style>
background-color css
<style>
a { background-color: #01028D; }
a { background-color: rgb(1,2,141); }
div.DivClassName
{
background-color: #01028D;
}
.BgClassName
{
background-color: #01028D;
}
</style>
border-color css
<style>
span { border-color: #01028D; }
span { border-color: rgb(1,2,141); }
td.TdClassName
{
border-color: #01028D;
}
.TagClassName
{
border-color: #01028D;
}
</style>