Shades of Dark Blue #030586
Tints of Dark Blue #030586
RGB
CMYK
RGB Variations
Color information
#030586 (or 0x030586) is known color: Dark Blue. HEX triplet: 03, 05 and 86. RGB value is (3,5,134). Sum of RGB (Red+Green+Blue) = 3+5+134=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 134 (52.73% from 255 or 94.37% from 142); Max value from RGB is 134 - color contains mainly: blue. Hex color #030586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030586 is #FCFA79. Grayscale: #121212. Windows color (decimal): -16579194 or 8783107. OLE color: 8783107.
HSL color Cylindrical-coordinate representation of color #030586: hue angle of 239.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030586 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 5 | 134 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.47 |
| HSL | 239.08º | 0.96% | 0.27% | - |
| HSV(B) | 239.08º | 0.98% | 0.53% | - |
| XYZ | 4.39 | 1.85 | 22.68 | - |
| YUV | 19.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 134 | 0.98 | 0.96 | 0 | 0.47 | 239.08 | 0.96 | 0.27 |
| Hex | 3 | 5 | 86 | 62 | 60 | 0 | 2F | EF | 60 | 1B |
| Octal | 3 | 5 | 206 | 142 | 140 | 0 | 57 | 357 | 140 | 33 |
| Binary | 11 | 101 | 10000110 | 1100010 | 1100000 | 0 | 101111 | 11101111 | 1100000 | 11011 |
Color Harmonies of #030586
Complementary color
Monochromatic Colors of #030586
Black with #030586
Text Example
Text Example
White with #030586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030586; }
p { color: rgb(3,5,134); }
H1.HeaderClassName
{
color: #030586;
}
.AnyTagClassName
{
color: #030586;
}
</style>
background-color css
<style>
a { background-color: #030586; }
a { background-color: rgb(3,5,134); }
div.DivClassName
{
background-color: #030586;
}
.BgClassName
{
background-color: #030586;
}
</style>
border-color css
<style>
span { border-color: #030586; }
span { border-color: rgb(3,5,134); }
td.TdClassName
{
border-color: #030586;
}
.TagClassName
{
border-color: #030586;
}
</style>