Shades of Dark Blue #01048B
Tints of Dark Blue #01048B
RGB
CMYK
RGB Variations
Color information
#01048B (or 0x01048B) is known color: Dark Blue. HEX triplet: 01, 04 and 8B. RGB value is (1,4,139). Sum of RGB (Red+Green+Blue) = 1+4+139=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 139 (54.69% from 255 or 96.53% from 144); Max value from RGB is 139 - color contains mainly: blue. Hex color #01048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01048B is #FEFB74. Grayscale: #111111. Windows color (decimal): -16710517 or 9110529. OLE color: 9110529.
HSL color Cylindrical-coordinate representation of color #01048B: hue angle of 238.7º 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 #01048B is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 4 | 139 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.45 |
| HSL | 238.7º | 0.99% | 0.27% | - |
| HSV(B) | 238.7º | 0.99% | 0.55% | - |
| XYZ | 4.72 | 1.96 | 24.56 | - |
| YUV | 18.49 | 196.01 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 139 | 0.99 | 0.97 | 0 | 0.45 | 238.7 | 0.99 | 0.27 |
| Hex | 1 | 4 | 8B | 63 | 61 | 0 | 2D | EF | 63 | 1B |
| Octal | 1 | 4 | 213 | 143 | 141 | 0 | 55 | 357 | 143 | 33 |
| Binary | 1 | 100 | 10001011 | 1100011 | 1100001 | 0 | 101101 | 11101111 | 1100011 | 11011 |
Color Harmonies of #01048B
Complementary color
Monochromatic Colors of #01048B
Black with #01048B
Text Example
Text Example
White with #01048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01048B; }
p { color: rgb(1,4,139); }
H1.HeaderClassName
{
color: #01048B;
}
.AnyTagClassName
{
color: #01048B;
}
</style>
background-color css
<style>
a { background-color: #01048B; }
a { background-color: rgb(1,4,139); }
div.DivClassName
{
background-color: #01048B;
}
.BgClassName
{
background-color: #01048B;
}
</style>
border-color css
<style>
span { border-color: #01048B; }
span { border-color: rgb(1,4,139); }
td.TdClassName
{
border-color: #01048B;
}
.TagClassName
{
border-color: #01048B;
}
</style>