Shades of Dark Blue #060389
Tints of Dark Blue #060389
RGB
CMYK
RGB Variations
Color information
#060389 (or 0x060389) is known color: Dark Blue. HEX triplet: 06, 03 and 89. RGB value is (6,3,137). Sum of RGB (Red+Green+Blue) = 6+3+137=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 137 (53.91% from 255 or 93.84% from 146); Max value from RGB is 137 - color contains mainly: blue. Hex color #060389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060389 is #F9FC76. Grayscale: #121212. Windows color (decimal): -16383095 or 8979206. OLE color: 8979206.
HSL color Cylindrical-coordinate representation of color #060389: hue angle of 241.34º 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 #060389 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 3 | 137 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.46 |
| HSL | 241.34º | 0.96% | 0.27% | - |
| HSV(B) | 241.34º | 0.98% | 0.54% | - |
| XYZ | 4.62 | 1.91 | 23.79 | - |
| YUV | 19.17 | 194.49 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 137 | 0.96 | 0.98 | 0 | 0.46 | 241.34 | 0.96 | 0.27 |
| Hex | 6 | 3 | 89 | 60 | 62 | 0 | 2E | F1 | 60 | 1B |
| Octal | 6 | 3 | 211 | 140 | 142 | 0 | 56 | 361 | 140 | 33 |
| Binary | 110 | 11 | 10001001 | 1100000 | 1100010 | 0 | 101110 | 11110001 | 1100000 | 11011 |
Color Harmonies of #060389
Complementary color
Monochromatic Colors of #060389
Black with #060389
Text Example
Text Example
White with #060389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060389; }
p { color: rgb(6,3,137); }
H1.HeaderClassName
{
color: #060389;
}
.AnyTagClassName
{
color: #060389;
}
</style>
background-color css
<style>
a { background-color: #060389; }
a { background-color: rgb(6,3,137); }
div.DivClassName
{
background-color: #060389;
}
.BgClassName
{
background-color: #060389;
}
</style>
border-color css
<style>
span { border-color: #060389; }
span { border-color: rgb(6,3,137); }
td.TdClassName
{
border-color: #060389;
}
.TagClassName
{
border-color: #060389;
}
</style>