Shades of Medium Blue #060CBA
Tints of Medium Blue #060CBA
RGB
CMYK
RGB Variations
Color information
#060CBA (or 0x060CBA) is known color: Medium Blue. HEX triplet: 06, 0C and BA. RGB value is (6,12,186). Sum of RGB (Red+Green+Blue) = 6+12+186=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #060CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CBA is #F9F345. Grayscale: #1D1D1D. Windows color (decimal): -16380742 or 12192774. OLE color: 12192774.
HSL color Cylindrical-coordinate representation of color #060CBA: hue angle of 238º 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 #060CBA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 12 | 186 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.27 |
| HSL | 238º | 0.94% | 0.38% | - |
| HSV(B) | 238º | 0.97% | 0.73% | - |
| XYZ | 9.07 | 3.85 | 46.72 | - |
| YUV | 30.04 | 216.01 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 186 | 0.97 | 0.94 | 0 | 0.27 | 238 | 0.94 | 0.38 |
| Hex | 6 | C | BA | 61 | 5E | 0 | 1B | EE | 5E | 26 |
| Octal | 6 | 14 | 272 | 141 | 136 | 0 | 33 | 356 | 136 | 46 |
| Binary | 110 | 1100 | 10111010 | 1100001 | 1011110 | 0 | 11011 | 11101110 | 1011110 | 100110 |
Color Harmonies of #060CBA
Complementary color
Monochromatic Colors of #060CBA
Black with #060CBA
Text Example
Text Example
White with #060CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CBA; }
p { color: rgb(6,12,186); }
H1.HeaderClassName
{
color: #060CBA;
}
.AnyTagClassName
{
color: #060CBA;
}
</style>
background-color css
<style>
a { background-color: #060CBA; }
a { background-color: rgb(6,12,186); }
div.DivClassName
{
background-color: #060CBA;
}
.BgClassName
{
background-color: #060CBA;
}
</style>
border-color css
<style>
span { border-color: #060CBA; }
span { border-color: rgb(6,12,186); }
td.TdClassName
{
border-color: #060CBA;
}
.TagClassName
{
border-color: #060CBA;
}
</style>