Shades of Dark Blue #01048C
Tints of Dark Blue #01048C
RGB
CMYK
RGB Variations
Color information
#01048C (or 0x01048C) is known color: Dark Blue. HEX triplet: 01, 04 and 8C. RGB value is (1,4,140). Sum of RGB (Red+Green+Blue) = 1+4+140=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 140 (55.08% from 255 or 96.55% from 145); Max value from RGB is 140 - color contains mainly: blue. Hex color #01048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01048C is #FEFB73. Grayscale: #121212. Windows color (decimal): -16710516 or 9176065. OLE color: 9176065.
HSL color Cylindrical-coordinate representation of color #01048C: hue angle of 238.71º 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 #01048C is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 4 | 140 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.45 |
| HSL | 238.71º | 0.99% | 0.28% | - |
| HSV(B) | 238.71º | 0.99% | 0.55% | - |
| XYZ | 4.79 | 1.99 | 24.94 | - |
| YUV | 18.61 | 196.51 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 140 | 0.99 | 0.97 | 0 | 0.45 | 238.71 | 0.99 | 0.28 |
| Hex | 1 | 4 | 8C | 63 | 61 | 0 | 2D | EF | 63 | 1C |
| Octal | 1 | 4 | 214 | 143 | 141 | 0 | 55 | 357 | 143 | 34 |
| Binary | 1 | 100 | 10001100 | 1100011 | 1100001 | 0 | 101101 | 11101111 | 1100011 | 11100 |
Color Harmonies of #01048C
Complementary color
Monochromatic Colors of #01048C
Black with #01048C
Text Example
Text Example
White with #01048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01048C; }
p { color: rgb(1,4,140); }
H1.HeaderClassName
{
color: #01048C;
}
.AnyTagClassName
{
color: #01048C;
}
</style>
background-color css
<style>
a { background-color: #01048C; }
a { background-color: rgb(1,4,140); }
div.DivClassName
{
background-color: #01048C;
}
.BgClassName
{
background-color: #01048C;
}
</style>
border-color css
<style>
span { border-color: #01048C; }
span { border-color: rgb(1,4,140); }
td.TdClassName
{
border-color: #01048C;
}
.TagClassName
{
border-color: #01048C;
}
</style>