Shades of Dark Blue #01038A
Tints of Dark Blue #01038A
RGB
CMYK
RGB Variations
Color information
#01038A (or 0x01038A) is known color: Dark Blue. HEX triplet: 01, 03 and 8A. RGB value is (1,3,138). Sum of RGB (Red+Green+Blue) = 1+3+138=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 138 (54.30% from 255 or 97.18% from 142); Max value from RGB is 138 - color contains mainly: blue. Hex color #01038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01038A is #FEFC75. Grayscale: #111111. Windows color (decimal): -16710774 or 9044737. OLE color: 9044737.
HSL color Cylindrical-coordinate representation of color #01038A: hue angle of 239.12º 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 #01038A is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 3 | 138 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.46 |
| HSL | 239.12º | 0.99% | 0.27% | - |
| HSV(B) | 239.12º | 0.99% | 0.54% | - |
| XYZ | 4.63 | 1.91 | 24.17 | - |
| YUV | 17.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 138 | 0.99 | 0.98 | 0 | 0.46 | 239.12 | 0.99 | 0.27 |
| Hex | 1 | 3 | 8A | 63 | 62 | 0 | 2E | EF | 63 | 1B |
| Octal | 1 | 3 | 212 | 143 | 142 | 0 | 56 | 357 | 143 | 33 |
| Binary | 1 | 11 | 10001010 | 1100011 | 1100010 | 0 | 101110 | 11101111 | 1100011 | 11011 |
Color Harmonies of #01038A
Complementary color
Monochromatic Colors of #01038A
Black with #01038A
Text Example
Text Example
White with #01038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01038A; }
p { color: rgb(1,3,138); }
H1.HeaderClassName
{
color: #01038A;
}
.AnyTagClassName
{
color: #01038A;
}
</style>
background-color css
<style>
a { background-color: #01038A; }
a { background-color: rgb(1,3,138); }
div.DivClassName
{
background-color: #01038A;
}
.BgClassName
{
background-color: #01038A;
}
</style>
border-color css
<style>
span { border-color: #01038A; }
span { border-color: rgb(1,3,138); }
td.TdClassName
{
border-color: #01038A;
}
.TagClassName
{
border-color: #01038A;
}
</style>