Shades of Dark Blue #030D8A
Tints of Dark Blue #030D8A
RGB
CMYK
RGB Variations
Color information
#030D8A (or 0x030D8A) is known color: Dark Blue. HEX triplet: 03, 0D and 8A. RGB value is (3,13,138). Sum of RGB (Red+Green+Blue) = 3+13+138=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #030D8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D8A is #FCF275. Grayscale: #171717. Windows color (decimal): -16577142 or 9047299. OLE color: 9047299.
HSL color Cylindrical-coordinate representation of color #030D8A: hue angle of 235.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D8A is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 13 | 138 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.46 |
| HSL | 235.56º | 0.96% | 0.28% | - |
| HSV(B) | 235.56º | 0.98% | 0.54% | - |
| XYZ | 4.77 | 2.14 | 24.21 | - |
| YUV | 24.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 138 | 0.98 | 0.91 | 0 | 0.46 | 235.56 | 0.96 | 0.28 |
| Hex | 3 | D | 8A | 62 | 5B | 0 | 2E | EC | 60 | 1C |
| Octal | 3 | 15 | 212 | 142 | 133 | 0 | 56 | 354 | 140 | 34 |
| Binary | 11 | 1101 | 10001010 | 1100010 | 1011011 | 0 | 101110 | 11101100 | 1100000 | 11100 |
Color Harmonies of #030D8A
Complementary color
Monochromatic Colors of #030D8A
Black with #030D8A
Text Example
Text Example
White with #030D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D8A; }
p { color: rgb(3,13,138); }
H1.HeaderClassName
{
color: #030D8A;
}
.AnyTagClassName
{
color: #030D8A;
}
</style>
background-color css
<style>
a { background-color: #030D8A; }
a { background-color: rgb(3,13,138); }
div.DivClassName
{
background-color: #030D8A;
}
.BgClassName
{
background-color: #030D8A;
}
</style>
border-color css
<style>
span { border-color: #030D8A; }
span { border-color: rgb(3,13,138); }
td.TdClassName
{
border-color: #030D8A;
}
.TagClassName
{
border-color: #030D8A;
}
</style>