Shades of Medium Blue #061CE5
Tints of Medium Blue #061CE5
RGB
CMYK
RGB Variations
Color information
#061CE5 (or 0x061CE5) is known color: Medium Blue. HEX triplet: 06, 1C and E5. RGB value is (6,28,229). Sum of RGB (Red+Green+Blue) = 6+28+229=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 229 (89.84% from 255 or 87.07% from 263); Max value from RGB is 229 - color contains mainly: blue. Hex color #061CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CE5 is #F9E31A. Grayscale: #2B2B2B. Windows color (decimal): -16376603 or 15014918. OLE color: 15014918.
HSL color Cylindrical-coordinate representation of color #061CE5: hue angle of 234.08º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CE5 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 28 | 229 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.10 |
| HSL | 234.08º | 0.95% | 0.46% | - |
| HSV(B) | 234.08º | 0.97% | 0.9% | - |
| XYZ | 14.63 | 6.53 | 74.62 | - |
| YUV | 44.34 | 232.21 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 229 | 0.97 | 0.88 | 0 | 0.10 | 234.08 | 0.95 | 0.46 |
| Hex | 6 | 1C | E5 | 61 | 58 | 0 | A | EA | 5F | 2E |
| Octal | 6 | 34 | 345 | 141 | 130 | 0 | 12 | 352 | 137 | 56 |
| Binary | 110 | 11100 | 11100101 | 1100001 | 1011000 | 0 | 1010 | 11101010 | 1011111 | 101110 |
Color Harmonies of #061CE5
Complementary color
Monochromatic Colors of #061CE5
Black with #061CE5
Text Example
Text Example
White with #061CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CE5; }
p { color: rgb(6,28,229); }
H1.HeaderClassName
{
color: #061CE5;
}
.AnyTagClassName
{
color: #061CE5;
}
</style>
background-color css
<style>
a { background-color: #061CE5; }
a { background-color: rgb(6,28,229); }
div.DivClassName
{
background-color: #061CE5;
}
.BgClassName
{
background-color: #061CE5;
}
</style>
border-color css
<style>
span { border-color: #061CE5; }
span { border-color: rgb(6,28,229); }
td.TdClassName
{
border-color: #061CE5;
}
.TagClassName
{
border-color: #061CE5;
}
</style>