Shades of Blue #061BED
Tints of Blue #061BED
RGB
CMYK
RGB Variations
Color information
#061BED (or 0x061BED) is known color: Blue. HEX triplet: 06, 1B and ED. RGB value is (6,27,237). Sum of RGB (Red+Green+Blue) = 6+27+237=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 237 (92.97% from 255 or 87.78% from 270); Max value from RGB is 237 - color contains mainly: blue. Hex color #061BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061BED is #F9E412. Grayscale: #2B2B2B. Windows color (decimal): -16376851 or 15538950. OLE color: 15538950.
HSL color Cylindrical-coordinate representation of color #061BED: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BED is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 27 | 237 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.07 |
| HSL | 234.55º | 0.95% | 0.48% | - |
| HSV(B) | 234.55º | 0.97% | 0.93% | - |
| XYZ | 15.75 | 6.94 | 80.63 | - |
| YUV | 44.66 | 236.54 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 237 | 0.97 | 0.89 | 0 | 0.07 | 234.55 | 0.95 | 0.48 |
| Hex | 6 | 1B | ED | 61 | 59 | 0 | 7 | EB | 5F | 30 |
| Octal | 6 | 33 | 355 | 141 | 131 | 0 | 7 | 353 | 137 | 60 |
| Binary | 110 | 11011 | 11101101 | 1100001 | 1011001 | 0 | 111 | 11101011 | 1011111 | 110000 |
Color Harmonies of #061BED
Complementary color
Monochromatic Colors of #061BED
Black with #061BED
Text Example
Text Example
White with #061BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061BED; }
p { color: rgb(6,27,237); }
H1.HeaderClassName
{
color: #061BED;
}
.AnyTagClassName
{
color: #061BED;
}
</style>
background-color css
<style>
a { background-color: #061BED; }
a { background-color: rgb(6,27,237); }
div.DivClassName
{
background-color: #061BED;
}
.BgClassName
{
background-color: #061BED;
}
</style>
border-color css
<style>
span { border-color: #061BED; }
span { border-color: rgb(6,27,237); }
td.TdClassName
{
border-color: #061BED;
}
.TagClassName
{
border-color: #061BED;
}
</style>