Shades of Medium Blue #0602BC
Tints of Medium Blue #0602BC
RGB
CMYK
RGB Variations
Color information
#0602BC (or 0x0602BC) is known color: Medium Blue. HEX triplet: 06, 02 and BC. RGB value is (6,2,188). Sum of RGB (Red+Green+Blue) = 6+2+188=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 188 (73.83% from 255 or 95.92% from 196); Max value from RGB is 188 - color contains mainly: blue. Hex color #0602BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0602BC is #F9FD43. Grayscale: #171717. Windows color (decimal): -16383300 or 12321286. OLE color: 12321286.
HSL color Cylindrical-coordinate representation of color #0602BC: hue angle of 241.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0602BC is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 2 | 188 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.26 |
| HSL | 241.29º | 0.98% | 0.37% | - |
| HSV(B) | 241.29º | 0.99% | 0.74% | - |
| XYZ | 9.17 | 3.71 | 47.81 | - |
| YUV | 24.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 188 | 0.97 | 0.99 | 0 | 0.26 | 241.29 | 0.98 | 0.37 |
| Hex | 6 | 2 | BC | 61 | 63 | 0 | 1A | F1 | 62 | 25 |
| Octal | 6 | 2 | 274 | 141 | 143 | 0 | 32 | 361 | 142 | 45 |
| Binary | 110 | 10 | 10111100 | 1100001 | 1100011 | 0 | 11010 | 11110001 | 1100010 | 100101 |
Color Harmonies of #0602BC
Complementary color
Monochromatic Colors of #0602BC
Black with #0602BC
Text Example
Text Example
White with #0602BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0602BC; }
p { color: rgb(6,2,188); }
H1.HeaderClassName
{
color: #0602BC;
}
.AnyTagClassName
{
color: #0602BC;
}
</style>
background-color css
<style>
a { background-color: #0602BC; }
a { background-color: rgb(6,2,188); }
div.DivClassName
{
background-color: #0602BC;
}
.BgClassName
{
background-color: #0602BC;
}
</style>
border-color css
<style>
span { border-color: #0602BC; }
span { border-color: rgb(6,2,188); }
td.TdClassName
{
border-color: #0602BC;
}
.TagClassName
{
border-color: #0602BC;
}
</style>