Shades of Medium Blue #061ADB
Tints of Medium Blue #061ADB
RGB
CMYK
RGB Variations
Color information
#061ADB (or 0x061ADB) is known color: Medium Blue. HEX triplet: 06, 1A and DB. RGB value is (6,26,219). Sum of RGB (Red+Green+Blue) = 6+26+219=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #061ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ADB is #F9E524. Grayscale: #292929. Windows color (decimal): -16377125 or 14359046. OLE color: 14359046.
HSL color Cylindrical-coordinate representation of color #061ADB: hue angle of 234.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061ADB is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 26 | 219 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.14 |
| HSL | 234.37º | 0.95% | 0.44% | - |
| HSV(B) | 234.37º | 0.97% | 0.86% | - |
| XYZ | 13.23 | 5.89 | 67.46 | - |
| YUV | 42.02 | 227.87 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 219 | 0.97 | 0.88 | 0 | 0.14 | 234.37 | 0.95 | 0.44 |
| Hex | 6 | 1A | DB | 61 | 58 | 0 | E | EA | 5F | 2C |
| Octal | 6 | 32 | 333 | 141 | 130 | 0 | 16 | 352 | 137 | 54 |
| Binary | 110 | 11010 | 11011011 | 1100001 | 1011000 | 0 | 1110 | 11101010 | 1011111 | 101100 |
Color Harmonies of #061ADB
Complementary color
Monochromatic Colors of #061ADB
Black with #061ADB
Text Example
Text Example
White with #061ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061ADB; }
p { color: rgb(6,26,219); }
H1.HeaderClassName
{
color: #061ADB;
}
.AnyTagClassName
{
color: #061ADB;
}
</style>
background-color css
<style>
a { background-color: #061ADB; }
a { background-color: rgb(6,26,219); }
div.DivClassName
{
background-color: #061ADB;
}
.BgClassName
{
background-color: #061ADB;
}
</style>
border-color css
<style>
span { border-color: #061ADB; }
span { border-color: rgb(6,26,219); }
td.TdClassName
{
border-color: #061ADB;
}
.TagClassName
{
border-color: #061ADB;
}
</style>