Shades of Medium Blue #061BCB
Tints of Medium Blue #061BCB
RGB
CMYK
RGB Variations
Color information
#061BCB (or 0x061BCB) is known color: Medium Blue. HEX triplet: 06, 1B and CB. RGB value is (6,27,203). Sum of RGB (Red+Green+Blue) = 6+27+203=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #061BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BCB is #F9E434. Grayscale: #282828. Windows color (decimal): -16376885 or 13310726. OLE color: 13310726.
HSL color Cylindrical-coordinate representation of color #061BCB: hue angle of 233.6º 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 #061BCB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 27 | 203 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.20 |
| HSL | 233.6º | 0.94% | 0.41% | - |
| HSV(B) | 233.6º | 0.97% | 0.8% | - |
| XYZ | 11.25 | 5.13 | 56.9 | - |
| YUV | 40.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 203 | 0.97 | 0.87 | 0 | 0.20 | 233.6 | 0.94 | 0.41 |
| Hex | 6 | 1B | CB | 61 | 57 | 0 | 14 | EA | 5E | 29 |
| Octal | 6 | 33 | 313 | 141 | 127 | 0 | 24 | 352 | 136 | 51 |
| Binary | 110 | 11011 | 11001011 | 1100001 | 1010111 | 0 | 10100 | 11101010 | 1011110 | 101001 |
Color Harmonies of #061BCB
Complementary color
Monochromatic Colors of #061BCB
Black with #061BCB
Text Example
Text Example
White with #061BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061BCB; }
p { color: rgb(6,27,203); }
H1.HeaderClassName
{
color: #061BCB;
}
.AnyTagClassName
{
color: #061BCB;
}
</style>
background-color css
<style>
a { background-color: #061BCB; }
a { background-color: rgb(6,27,203); }
div.DivClassName
{
background-color: #061BCB;
}
.BgClassName
{
background-color: #061BCB;
}
</style>
border-color css
<style>
span { border-color: #061BCB; }
span { border-color: rgb(6,27,203); }
td.TdClassName
{
border-color: #061BCB;
}
.TagClassName
{
border-color: #061BCB;
}
</style>