Shades of Medium Blue #0206C5
Tints of Medium Blue #0206C5
RGB
CMYK
RGB Variations
Color information
#0206C5 (or 0x0206C5) is known color: Medium Blue. HEX triplet: 02, 06 and C5. RGB value is (2,6,197). Sum of RGB (Red+Green+Blue) = 2+6+197=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 197 (77.34% from 255 or 96.10% from 205); Max value from RGB is 197 - color contains mainly: blue. Hex color #0206C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0206C5 is #FDF93A. Grayscale: #191919. Windows color (decimal): -16644411 or 12912130. OLE color: 12912130.
HSL color Cylindrical-coordinate representation of color #0206C5: hue angle of 238.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206C5 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 6 | 197 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.23 |
| HSL | 238.77º | 0.98% | 0.39% | - |
| HSV(B) | 238.77º | 0.99% | 0.77% | - |
| XYZ | 10.17 | 4.17 | 53.09 | - |
| YUV | 26.58 | 224.17 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 197 | 0.99 | 0.97 | 0 | 0.23 | 238.77 | 0.98 | 0.39 |
| Hex | 2 | 6 | C5 | 63 | 61 | 0 | 17 | EF | 62 | 27 |
| Octal | 2 | 6 | 305 | 143 | 141 | 0 | 27 | 357 | 142 | 47 |
| Binary | 10 | 110 | 11000101 | 1100011 | 1100001 | 0 | 10111 | 11101111 | 1100010 | 100111 |
Color Harmonies of #0206C5
Complementary color
Monochromatic Colors of #0206C5
Black with #0206C5
Text Example
Text Example
White with #0206C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0206C5; }
p { color: rgb(2,6,197); }
H1.HeaderClassName
{
color: #0206C5;
}
.AnyTagClassName
{
color: #0206C5;
}
</style>
background-color css
<style>
a { background-color: #0206C5; }
a { background-color: rgb(2,6,197); }
div.DivClassName
{
background-color: #0206C5;
}
.BgClassName
{
background-color: #0206C5;
}
</style>
border-color css
<style>
span { border-color: #0206C5; }
span { border-color: rgb(2,6,197); }
td.TdClassName
{
border-color: #0206C5;
}
.TagClassName
{
border-color: #0206C5;
}
</style>