Shades of Medium Blue #060EBA
Tints of Medium Blue #060EBA
RGB
CMYK
RGB Variations
Color information
#060EBA (or 0x060EBA) is known color: Medium Blue. HEX triplet: 06, 0E and BA. RGB value is (6,14,186). Sum of RGB (Red+Green+Blue) = 6+14+186=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #060EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EBA is #F9F145. Grayscale: #1E1E1E. Windows color (decimal): -16380230 or 12193286. OLE color: 12193286.
HSL color Cylindrical-coordinate representation of color #060EBA: hue angle of 237.33º 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 #060EBA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 14 | 186 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.27 |
| HSL | 237.33º | 0.94% | 0.38% | - |
| HSV(B) | 237.33º | 0.97% | 0.73% | - |
| XYZ | 9.1 | 3.9 | 46.73 | - |
| YUV | 31.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 186 | 0.97 | 0.92 | 0 | 0.27 | 237.33 | 0.94 | 0.38 |
| Hex | 6 | E | BA | 61 | 5C | 0 | 1B | ED | 5E | 26 |
| Octal | 6 | 16 | 272 | 141 | 134 | 0 | 33 | 355 | 136 | 46 |
| Binary | 110 | 1110 | 10111010 | 1100001 | 1011100 | 0 | 11011 | 11101101 | 1011110 | 100110 |
Color Harmonies of #060EBA
Complementary color
Monochromatic Colors of #060EBA
Black with #060EBA
Text Example
Text Example
White with #060EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060EBA; }
p { color: rgb(6,14,186); }
H1.HeaderClassName
{
color: #060EBA;
}
.AnyTagClassName
{
color: #060EBA;
}
</style>
background-color css
<style>
a { background-color: #060EBA; }
a { background-color: rgb(6,14,186); }
div.DivClassName
{
background-color: #060EBA;
}
.BgClassName
{
background-color: #060EBA;
}
</style>
border-color css
<style>
span { border-color: #060EBA; }
span { border-color: rgb(6,14,186); }
td.TdClassName
{
border-color: #060EBA;
}
.TagClassName
{
border-color: #060EBA;
}
</style>