Shades of Dark Blue #060289
Tints of Dark Blue #060289
RGB
CMYK
RGB Variations
Color information
#060289 (or 0x060289) is known color: Dark Blue. HEX triplet: 06, 02 and 89. RGB value is (6,2,137). Sum of RGB (Red+Green+Blue) = 6+2+137=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 137 (53.91% from 255 or 94.48% from 145); Max value from RGB is 137 - color contains mainly: blue. Hex color #060289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060289 is #F9FD76. Grayscale: #121212. Windows color (decimal): -16383351 or 8978950. OLE color: 8978950.
HSL color Cylindrical-coordinate representation of color #060289: hue angle of 241.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060289 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 2 | 137 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.46 |
| HSL | 241.78º | 0.97% | 0.27% | - |
| HSV(B) | 241.78º | 0.99% | 0.54% | - |
| XYZ | 4.61 | 1.89 | 23.79 | - |
| YUV | 18.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 137 | 0.96 | 0.99 | 0 | 0.46 | 241.78 | 0.97 | 0.27 |
| Hex | 6 | 2 | 89 | 60 | 63 | 0 | 2E | F2 | 61 | 1B |
| Octal | 6 | 2 | 211 | 140 | 143 | 0 | 56 | 362 | 141 | 33 |
| Binary | 110 | 10 | 10001001 | 1100000 | 1100011 | 0 | 101110 | 11110010 | 1100001 | 11011 |
Color Harmonies of #060289
Complementary color
Monochromatic Colors of #060289
Black with #060289
Text Example
Text Example
White with #060289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060289; }
p { color: rgb(6,2,137); }
H1.HeaderClassName
{
color: #060289;
}
.AnyTagClassName
{
color: #060289;
}
</style>
background-color css
<style>
a { background-color: #060289; }
a { background-color: rgb(6,2,137); }
div.DivClassName
{
background-color: #060289;
}
.BgClassName
{
background-color: #060289;
}
</style>
border-color css
<style>
span { border-color: #060289; }
span { border-color: rgb(6,2,137); }
td.TdClassName
{
border-color: #060289;
}
.TagClassName
{
border-color: #060289;
}
</style>