Shades of Dark Blue #01028B
Tints of Dark Blue #01028B
RGB
CMYK
RGB Variations
Color information
#01028B (or 0x01028B) is known color: Dark Blue. HEX triplet: 01, 02 and 8B. RGB value is (1,2,139). Sum of RGB (Red+Green+Blue) = 1+2+139=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 139 (54.69% from 255 or 97.89% from 142); Max value from RGB is 139 - color contains mainly: blue. Hex color #01028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01028B is #FEFD74. Grayscale: #101010. Windows color (decimal): -16711029 or 9110017. OLE color: 9110017.
HSL color Cylindrical-coordinate representation of color #01028B: hue angle of 239.57º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01028B is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 2 | 139 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.45 |
| HSL | 239.57º | 0.99% | 0.27% | - |
| HSV(B) | 239.57º | 0.99% | 0.55% | - |
| XYZ | 4.69 | 1.91 | 24.55 | - |
| YUV | 17.32 | 196.67 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 139 | 0.99 | 0.99 | 0 | 0.45 | 239.57 | 0.99 | 0.27 |
| Hex | 1 | 2 | 8B | 63 | 63 | 0 | 2D | F0 | 63 | 1B |
| Octal | 1 | 2 | 213 | 143 | 143 | 0 | 55 | 360 | 143 | 33 |
| Binary | 1 | 10 | 10001011 | 1100011 | 1100011 | 0 | 101101 | 11110000 | 1100011 | 11011 |
Color Harmonies of #01028B
Complementary color
Monochromatic Colors of #01028B
Black with #01028B
Text Example
Text Example
White with #01028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01028B; }
p { color: rgb(1,2,139); }
H1.HeaderClassName
{
color: #01028B;
}
.AnyTagClassName
{
color: #01028B;
}
</style>
background-color css
<style>
a { background-color: #01028B; }
a { background-color: rgb(1,2,139); }
div.DivClassName
{
background-color: #01028B;
}
.BgClassName
{
background-color: #01028B;
}
</style>
border-color css
<style>
span { border-color: #01028B; }
span { border-color: rgb(1,2,139); }
td.TdClassName
{
border-color: #01028B;
}
.TagClassName
{
border-color: #01028B;
}
</style>