Shades of Dark Blue #01048A
Tints of Dark Blue #01048A
RGB
CMYK
RGB Variations
Color information
#01048A (or 0x01048A) is known color: Dark Blue. HEX triplet: 01, 04 and 8A. RGB value is (1,4,138). Sum of RGB (Red+Green+Blue) = 1+4+138=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 138 (54.30% from 255 or 96.50% from 143); Max value from RGB is 138 - color contains mainly: blue. Hex color #01048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01048A is #FEFB75. Grayscale: #111111. Windows color (decimal): -16710518 or 9044993. OLE color: 9044993.
HSL color Cylindrical-coordinate representation of color #01048A: hue angle of 238.69º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01048A is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 4 | 138 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.46 |
| HSL | 238.69º | 0.99% | 0.27% | - |
| HSV(B) | 238.69º | 0.99% | 0.54% | - |
| XYZ | 4.64 | 1.93 | 24.17 | - |
| YUV | 18.38 | 195.51 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 138 | 0.99 | 0.97 | 0 | 0.46 | 238.69 | 0.99 | 0.27 |
| Hex | 1 | 4 | 8A | 63 | 61 | 0 | 2E | EF | 63 | 1B |
| Octal | 1 | 4 | 212 | 143 | 141 | 0 | 56 | 357 | 143 | 33 |
| Binary | 1 | 100 | 10001010 | 1100011 | 1100001 | 0 | 101110 | 11101111 | 1100011 | 11011 |
Color Harmonies of #01048A
Complementary color
Monochromatic Colors of #01048A
Black with #01048A
Text Example
Text Example
White with #01048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01048A; }
p { color: rgb(1,4,138); }
H1.HeaderClassName
{
color: #01048A;
}
.AnyTagClassName
{
color: #01048A;
}
</style>
background-color css
<style>
a { background-color: #01048A; }
a { background-color: rgb(1,4,138); }
div.DivClassName
{
background-color: #01048A;
}
.BgClassName
{
background-color: #01048A;
}
</style>
border-color css
<style>
span { border-color: #01048A; }
span { border-color: rgb(1,4,138); }
td.TdClassName
{
border-color: #01048A;
}
.TagClassName
{
border-color: #01048A;
}
</style>