Shades of Dark Blue #030089
Tints of Dark Blue #030089
RGB
CMYK
RGB Variations
Color information
#030089 (or 0x030089) is known color: Dark Blue. HEX triplet: 03, 00 and 89. RGB value is (3,0,137). Sum of RGB (Red+Green+Blue) = 3+0+137=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 137 (53.91% from 255 or 97.86% from 140); Max value from RGB is 137 - color contains mainly: blue. Hex color #030089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030089 is #FCFF76. Grayscale: #0F0F0F. Windows color (decimal): -16580471 or 8978435. OLE color: 8978435.
HSL color Cylindrical-coordinate representation of color #030089: hue angle of 241.31º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030089 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 0 | 137 | - |
| CMYK | 0.98 | 1 | 0 | 0.46 |
| HSL | 241.31º | 1% | 0.27% | - |
| HSV(B) | 241.31º | 1% | 0.54% | - |
| XYZ | 4.55 | 1.83 | 23.78 | - |
| YUV | 16.52 | 195.99 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 137 | 0.98 | 1 | 0 | 0.46 | 241.31 | 1 | 0.27 |
| Hex | 3 | 0 | 89 | 62 | 64 | 0 | 2E | F1 | 64 | 1B |
| Octal | 3 | 0 | 211 | 142 | 144 | 0 | 56 | 361 | 144 | 33 |
| Binary | 11 | 0 | 10001001 | 1100010 | 1100100 | 0 | 101110 | 11110001 | 1100100 | 11011 |
Color Harmonies of #030089
Complementary color
Monochromatic Colors of #030089
Black with #030089
Text Example
Text Example
White with #030089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030089; }
p { color: rgb(3,0,137); }
H1.HeaderClassName
{
color: #030089;
}
.AnyTagClassName
{
color: #030089;
}
</style>
background-color css
<style>
a { background-color: #030089; }
a { background-color: rgb(3,0,137); }
div.DivClassName
{
background-color: #030089;
}
.BgClassName
{
background-color: #030089;
}
</style>
border-color css
<style>
span { border-color: #030089; }
span { border-color: rgb(3,0,137); }
td.TdClassName
{
border-color: #030089;
}
.TagClassName
{
border-color: #030089;
}
</style>