Shades of Medium Blue #060DB5
Tints of Medium Blue #060DB5
RGB
CMYK
RGB Variations
Color information
#060DB5 (or 0x060DB5) is known color: Medium Blue. HEX triplet: 06, 0D and B5. RGB value is (6,13,181). Sum of RGB (Red+Green+Blue) = 6+13+181=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 181 (71.09% from 255 or 90.5% from 200); Max value from RGB is 181 - color contains mainly: blue. Hex color #060DB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DB5 is #F9F24A. Grayscale: #1D1D1D. Windows color (decimal): -16380491 or 11865350. OLE color: 11865350.
HSL color Cylindrical-coordinate representation of color #060DB5: hue angle of 237.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060DB5 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 13 | 181 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.29 |
| HSL | 237.6º | 0.94% | 0.37% | - |
| HSV(B) | 237.6º | 0.97% | 0.71% | - |
| XYZ | 8.56 | 3.66 | 43.97 | - |
| YUV | 30.06 | 213.18 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 181 | 0.97 | 0.93 | 0 | 0.29 | 237.6 | 0.94 | 0.37 |
| Hex | 6 | D | B5 | 61 | 5D | 0 | 1D | EE | 5E | 25 |
| Octal | 6 | 15 | 265 | 141 | 135 | 0 | 35 | 356 | 136 | 45 |
| Binary | 110 | 1101 | 10110101 | 1100001 | 1011101 | 0 | 11101 | 11101110 | 1011110 | 100101 |
Color Harmonies of #060DB5
Complementary color
Monochromatic Colors of #060DB5
Black with #060DB5
Text Example
Text Example
White with #060DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060DB5; }
p { color: rgb(6,13,181); }
H1.HeaderClassName
{
color: #060DB5;
}
.AnyTagClassName
{
color: #060DB5;
}
</style>
background-color css
<style>
a { background-color: #060DB5; }
a { background-color: rgb(6,13,181); }
div.DivClassName
{
background-color: #060DB5;
}
.BgClassName
{
background-color: #060DB5;
}
</style>
border-color css
<style>
span { border-color: #060DB5; }
span { border-color: rgb(6,13,181); }
td.TdClassName
{
border-color: #060DB5;
}
.TagClassName
{
border-color: #060DB5;
}
</style>