Shades of Medium Blue #061DCB
Tints of Medium Blue #061DCB
RGB
CMYK
RGB Variations
Color information
#061DCB (or 0x061DCB) is known color: Medium Blue. HEX triplet: 06, 1D and CB. RGB value is (6,29,203). Sum of RGB (Red+Green+Blue) = 6+29+203=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #061DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DCB is #F9E234. Grayscale: #292929. Windows color (decimal): -16376373 or 13311238. OLE color: 13311238.
HSL color Cylindrical-coordinate representation of color #061DCB: hue angle of 232.99º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061DCB is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 29 | 203 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.20 |
| HSL | 232.99º | 0.94% | 0.41% | - |
| HSV(B) | 232.99º | 0.97% | 0.8% | - |
| XYZ | 11.29 | 5.23 | 56.91 | - |
| YUV | 41.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 203 | 0.97 | 0.86 | 0 | 0.20 | 232.99 | 0.94 | 0.41 |
| Hex | 6 | 1D | CB | 61 | 56 | 0 | 14 | E9 | 5E | 29 |
| Octal | 6 | 35 | 313 | 141 | 126 | 0 | 24 | 351 | 136 | 51 |
| Binary | 110 | 11101 | 11001011 | 1100001 | 1010110 | 0 | 10100 | 11101001 | 1011110 | 101001 |
Color Harmonies of #061DCB
Complementary color
Monochromatic Colors of #061DCB
Black with #061DCB
Text Example
Text Example
White with #061DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061DCB; }
p { color: rgb(6,29,203); }
H1.HeaderClassName
{
color: #061DCB;
}
.AnyTagClassName
{
color: #061DCB;
}
</style>
background-color css
<style>
a { background-color: #061DCB; }
a { background-color: rgb(6,29,203); }
div.DivClassName
{
background-color: #061DCB;
}
.BgClassName
{
background-color: #061DCB;
}
</style>
border-color css
<style>
span { border-color: #061DCB; }
span { border-color: rgb(6,29,203); }
td.TdClassName
{
border-color: #061DCB;
}
.TagClassName
{
border-color: #061DCB;
}
</style>