Shades of Medium Blue #061BDA
Tints of Medium Blue #061BDA
RGB
CMYK
RGB Variations
Color information
#061BDA (or 0x061BDA) is known color: Medium Blue. HEX triplet: 06, 1B and DA. RGB value is (6,27,218). Sum of RGB (Red+Green+Blue) = 6+27+218=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #061BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BDA is #F9E425. Grayscale: #292929. Windows color (decimal): -16376870 or 14293766. OLE color: 14293766.
HSL color Cylindrical-coordinate representation of color #061BDA: hue angle of 234.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BDA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 27 | 218 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.15 |
| HSL | 234.06º | 0.95% | 0.44% | - |
| HSV(B) | 234.06º | 0.97% | 0.85% | - |
| XYZ | 13.12 | 5.88 | 66.77 | - |
| YUV | 42.5 | 227.04 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 218 | 0.97 | 0.88 | 0 | 0.15 | 234.06 | 0.95 | 0.44 |
| Hex | 6 | 1B | DA | 61 | 58 | 0 | F | EA | 5F | 2C |
| Octal | 6 | 33 | 332 | 141 | 130 | 0 | 17 | 352 | 137 | 54 |
| Binary | 110 | 11011 | 11011010 | 1100001 | 1011000 | 0 | 1111 | 11101010 | 1011111 | 101100 |
Color Harmonies of #061BDA
Complementary color
Monochromatic Colors of #061BDA
Black with #061BDA
Text Example
Text Example
White with #061BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061BDA; }
p { color: rgb(6,27,218); }
H1.HeaderClassName
{
color: #061BDA;
}
.AnyTagClassName
{
color: #061BDA;
}
</style>
background-color css
<style>
a { background-color: #061BDA; }
a { background-color: rgb(6,27,218); }
div.DivClassName
{
background-color: #061BDA;
}
.BgClassName
{
background-color: #061BDA;
}
</style>
border-color css
<style>
span { border-color: #061BDA; }
span { border-color: rgb(6,27,218); }
td.TdClassName
{
border-color: #061BDA;
}
.TagClassName
{
border-color: #061BDA;
}
</style>