Shades of Medium Blue #061CDB
Tints of Medium Blue #061CDB
RGB
CMYK
RGB Variations
Color information
#061CDB (or 0x061CDB) is known color: Medium Blue. HEX triplet: 06, 1C and DB. RGB value is (6,28,219). Sum of RGB (Red+Green+Blue) = 6+28+219=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #061CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CDB is #F9E324. Grayscale: #2A2A2A. Windows color (decimal): -16376613 or 14359558. OLE color: 14359558.
HSL color Cylindrical-coordinate representation of color #061CDB: hue angle of 233.8º 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 #061CDB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 28 | 219 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.14 |
| HSL | 233.8º | 0.95% | 0.44% | - |
| HSV(B) | 233.8º | 0.97% | 0.86% | - |
| XYZ | 13.28 | 5.98 | 67.47 | - |
| YUV | 43.2 | 227.21 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 219 | 0.97 | 0.87 | 0 | 0.14 | 233.8 | 0.95 | 0.44 |
| Hex | 6 | 1C | DB | 61 | 57 | 0 | E | EA | 5F | 2C |
| Octal | 6 | 34 | 333 | 141 | 127 | 0 | 16 | 352 | 137 | 54 |
| Binary | 110 | 11100 | 11011011 | 1100001 | 1010111 | 0 | 1110 | 11101010 | 1011111 | 101100 |
Color Harmonies of #061CDB
Complementary color
Monochromatic Colors of #061CDB
Black with #061CDB
Text Example
Text Example
White with #061CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CDB; }
p { color: rgb(6,28,219); }
H1.HeaderClassName
{
color: #061CDB;
}
.AnyTagClassName
{
color: #061CDB;
}
</style>
background-color css
<style>
a { background-color: #061CDB; }
a { background-color: rgb(6,28,219); }
div.DivClassName
{
background-color: #061CDB;
}
.BgClassName
{
background-color: #061CDB;
}
</style>
border-color css
<style>
span { border-color: #061CDB; }
span { border-color: rgb(6,28,219); }
td.TdClassName
{
border-color: #061CDB;
}
.TagClassName
{
border-color: #061CDB;
}
</style>