Shades of Medium Blue #060FBA
Tints of Medium Blue #060FBA
RGB
CMYK
RGB Variations
Color information
#060FBA (or 0x060FBA) is known color: Medium Blue. HEX triplet: 06, 0F and BA. RGB value is (6,15,186). Sum of RGB (Red+Green+Blue) = 6+15+186=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #060FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FBA is #F9F045. Grayscale: #1F1F1F. Windows color (decimal): -16379974 or 12193542. OLE color: 12193542.
HSL color Cylindrical-coordinate representation of color #060FBA: hue angle of 237º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FBA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 15 | 186 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.27 |
| HSL | 237º | 0.94% | 0.38% | - |
| HSV(B) | 237º | 0.97% | 0.73% | - |
| XYZ | 9.11 | 3.93 | 46.73 | - |
| YUV | 31.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 186 | 0.97 | 0.92 | 0 | 0.27 | 237 | 0.94 | 0.38 |
| Hex | 6 | F | BA | 61 | 5C | 0 | 1B | ED | 5E | 26 |
| Octal | 6 | 17 | 272 | 141 | 134 | 0 | 33 | 355 | 136 | 46 |
| Binary | 110 | 1111 | 10111010 | 1100001 | 1011100 | 0 | 11011 | 11101101 | 1011110 | 100110 |
Color Harmonies of #060FBA
Complementary color
Monochromatic Colors of #060FBA
Black with #060FBA
Text Example
Text Example
White with #060FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FBA; }
p { color: rgb(6,15,186); }
H1.HeaderClassName
{
color: #060FBA;
}
.AnyTagClassName
{
color: #060FBA;
}
</style>
background-color css
<style>
a { background-color: #060FBA; }
a { background-color: rgb(6,15,186); }
div.DivClassName
{
background-color: #060FBA;
}
.BgClassName
{
background-color: #060FBA;
}
</style>
border-color css
<style>
span { border-color: #060FBA; }
span { border-color: rgb(6,15,186); }
td.TdClassName
{
border-color: #060FBA;
}
.TagClassName
{
border-color: #060FBA;
}
</style>