Shades of Medium Blue #061ACE
Tints of Medium Blue #061ACE
RGB
CMYK
RGB Variations
Color information
#061ACE (or 0x061ACE) is known color: Medium Blue. HEX triplet: 06, 1A and CE. RGB value is (6,26,206). Sum of RGB (Red+Green+Blue) = 6+26+206=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #061ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061ACE is #F9E531. Grayscale: #272727. Windows color (decimal): -16377138 or 13507078. OLE color: 13507078.
HSL color Cylindrical-coordinate representation of color #061ACE: hue angle of 234º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061ACE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 26 | 206 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.19 |
| HSL | 234º | 0.94% | 0.42% | - |
| HSV(B) | 234º | 0.97% | 0.81% | - |
| XYZ | 11.59 | 5.23 | 58.79 | - |
| YUV | 40.54 | 221.37 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 206 | 0.97 | 0.87 | 0 | 0.19 | 234 | 0.94 | 0.42 |
| Hex | 6 | 1A | CE | 61 | 57 | 0 | 13 | EA | 5E | 2A |
| Octal | 6 | 32 | 316 | 141 | 127 | 0 | 23 | 352 | 136 | 52 |
| Binary | 110 | 11010 | 11001110 | 1100001 | 1010111 | 0 | 10011 | 11101010 | 1011110 | 101010 |
Color Harmonies of #061ACE
Complementary color
Monochromatic Colors of #061ACE
Black with #061ACE
Text Example
Text Example
White with #061ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061ACE; }
p { color: rgb(6,26,206); }
H1.HeaderClassName
{
color: #061ACE;
}
.AnyTagClassName
{
color: #061ACE;
}
</style>
background-color css
<style>
a { background-color: #061ACE; }
a { background-color: rgb(6,26,206); }
div.DivClassName
{
background-color: #061ACE;
}
.BgClassName
{
background-color: #061ACE;
}
</style>
border-color css
<style>
span { border-color: #061ACE; }
span { border-color: rgb(6,26,206); }
td.TdClassName
{
border-color: #061ACE;
}
.TagClassName
{
border-color: #061ACE;
}
</style>