Shades of Medium Blue #061BDB
Tints of Medium Blue #061BDB
RGB
CMYK
RGB Variations
Color information
#061BDB (or 0x061BDB) is known color: Medium Blue. HEX triplet: 06, 1B and DB. RGB value is (6,27,219). Sum of RGB (Red+Green+Blue) = 6+27+219=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #061BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BDB is #F9E424. Grayscale: #292929. Windows color (decimal): -16376869 or 14359302. OLE color: 14359302.
HSL color Cylindrical-coordinate representation of color #061BDB: hue angle of 234.08º 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 #061BDB is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 27 | 219 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.14 |
| HSL | 234.08º | 0.95% | 0.44% | - |
| HSV(B) | 234.08º | 0.97% | 0.86% | - |
| XYZ | 13.25 | 5.94 | 67.47 | - |
| YUV | 42.61 | 227.54 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 219 | 0.97 | 0.88 | 0 | 0.14 | 234.08 | 0.95 | 0.44 |
| Hex | 6 | 1B | DB | 61 | 58 | 0 | E | EA | 5F | 2C |
| Octal | 6 | 33 | 333 | 141 | 130 | 0 | 16 | 352 | 137 | 54 |
| Binary | 110 | 11011 | 11011011 | 1100001 | 1011000 | 0 | 1110 | 11101010 | 1011111 | 101100 |
Color Harmonies of #061BDB
Complementary color
Monochromatic Colors of #061BDB
Black with #061BDB
Text Example
Text Example
White with #061BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061BDB; }
p { color: rgb(6,27,219); }
H1.HeaderClassName
{
color: #061BDB;
}
.AnyTagClassName
{
color: #061BDB;
}
</style>
background-color css
<style>
a { background-color: #061BDB; }
a { background-color: rgb(6,27,219); }
div.DivClassName
{
background-color: #061BDB;
}
.BgClassName
{
background-color: #061BDB;
}
</style>
border-color css
<style>
span { border-color: #061BDB; }
span { border-color: rgb(6,27,219); }
td.TdClassName
{
border-color: #061BDB;
}
.TagClassName
{
border-color: #061BDB;
}
</style>