Shades of Dark Blue #03018A
Tints of Dark Blue #03018A
RGB
CMYK
RGB Variations
Color information
#03018A (or 0x03018A) is known color: Dark Blue. HEX triplet: 03, 01 and 8A. RGB value is (3,1,138). Sum of RGB (Red+Green+Blue) = 3+1+138=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 1 (0.78% from 255 or 0.70% 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 #03018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03018A is #FCFE75. Grayscale: #101010. Windows color (decimal): -16580214 or 9044227. OLE color: 9044227.
HSL color Cylindrical-coordinate representation of color #03018A: hue angle of 240.88º 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 #03018A is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 1 | 138 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.46 |
| HSL | 240.88º | 0.99% | 0.27% | - |
| HSV(B) | 240.88º | 0.99% | 0.54% | - |
| XYZ | 4.64 | 1.88 | 24.16 | - |
| YUV | 17.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 138 | 0.98 | 0.99 | 0 | 0.46 | 240.88 | 0.99 | 0.27 |
| Hex | 3 | 1 | 8A | 62 | 63 | 0 | 2E | F1 | 63 | 1B |
| Octal | 3 | 1 | 212 | 142 | 143 | 0 | 56 | 361 | 143 | 33 |
| Binary | 11 | 1 | 10001010 | 1100010 | 1100011 | 0 | 101110 | 11110001 | 1100011 | 11011 |
Color Harmonies of #03018A
Complementary color
Monochromatic Colors of #03018A
Black with #03018A
Text Example
Text Example
White with #03018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03018A; }
p { color: rgb(3,1,138); }
H1.HeaderClassName
{
color: #03018A;
}
.AnyTagClassName
{
color: #03018A;
}
</style>
background-color css
<style>
a { background-color: #03018A; }
a { background-color: rgb(3,1,138); }
div.DivClassName
{
background-color: #03018A;
}
.BgClassName
{
background-color: #03018A;
}
</style>
border-color css
<style>
span { border-color: #03018A; }
span { border-color: rgb(3,1,138); }
td.TdClassName
{
border-color: #03018A;
}
.TagClassName
{
border-color: #03018A;
}
</style>