Shades of Dark Blue #030D89
Tints of Dark Blue #030D89
RGB
CMYK
RGB Variations
Color information
#030D89 (or 0x030D89) is known color: Dark Blue. HEX triplet: 03, 0D and 89. RGB value is (3,13,137). Sum of RGB (Red+Green+Blue) = 3+13+137=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 137 (53.91% from 255 or 89.54% from 153); Max value from RGB is 137 - color contains mainly: blue. Hex color #030D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030D89 is #FCF276. Grayscale: #171717. Windows color (decimal): -16577143 or 8981763. OLE color: 8981763.
HSL color Cylindrical-coordinate representation of color #030D89: hue angle of 235.52º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030D89 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 13 | 137 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.46 |
| HSL | 235.52º | 0.96% | 0.27% | - |
| HSV(B) | 235.52º | 0.98% | 0.54% | - |
| XYZ | 4.7 | 2.11 | 23.83 | - |
| YUV | 24.15 | 191.69 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 137 | 0.98 | 0.91 | 0 | 0.46 | 235.52 | 0.96 | 0.27 |
| Hex | 3 | D | 89 | 62 | 5B | 0 | 2E | EC | 60 | 1B |
| Octal | 3 | 15 | 211 | 142 | 133 | 0 | 56 | 354 | 140 | 33 |
| Binary | 11 | 1101 | 10001001 | 1100010 | 1011011 | 0 | 101110 | 11101100 | 1100000 | 11011 |
Color Harmonies of #030D89
Complementary color
Monochromatic Colors of #030D89
Black with #030D89
Text Example
Text Example
White with #030D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D89; }
p { color: rgb(3,13,137); }
H1.HeaderClassName
{
color: #030D89;
}
.AnyTagClassName
{
color: #030D89;
}
</style>
background-color css
<style>
a { background-color: #030D89; }
a { background-color: rgb(3,13,137); }
div.DivClassName
{
background-color: #030D89;
}
.BgClassName
{
background-color: #030D89;
}
</style>
border-color css
<style>
span { border-color: #030D89; }
span { border-color: rgb(3,13,137); }
td.TdClassName
{
border-color: #030D89;
}
.TagClassName
{
border-color: #030D89;
}
</style>