Shades of Medium Blue #0603BC
Tints of Medium Blue #0603BC
RGB
CMYK
RGB Variations
Color information
#0603BC (or 0x0603BC) is known color: Medium Blue. HEX triplet: 06, 03 and BC. RGB value is (6,3,188). Sum of RGB (Red+Green+Blue) = 6+3+188=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 188 (73.83% from 255 or 95.43% from 197); Max value from RGB is 188 - color contains mainly: blue. Hex color #0603BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0603BC is #F9FC43. Grayscale: #181818. Windows color (decimal): -16383044 or 12321542. OLE color: 12321542.
HSL color Cylindrical-coordinate representation of color #0603BC: hue angle of 240.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0603BC is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 3 | 188 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.26 |
| HSL | 240.97º | 0.97% | 0.37% | - |
| HSV(B) | 240.97º | 0.98% | 0.74% | - |
| XYZ | 9.18 | 3.73 | 47.81 | - |
| YUV | 24.99 | 219.99 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 188 | 0.97 | 0.98 | 0 | 0.26 | 240.97 | 0.97 | 0.37 |
| Hex | 6 | 3 | BC | 61 | 62 | 0 | 1A | F1 | 61 | 25 |
| Octal | 6 | 3 | 274 | 141 | 142 | 0 | 32 | 361 | 141 | 45 |
| Binary | 110 | 11 | 10111100 | 1100001 | 1100010 | 0 | 11010 | 11110001 | 1100001 | 100101 |
Color Harmonies of #0603BC
Complementary color
Monochromatic Colors of #0603BC
Black with #0603BC
Text Example
Text Example
White with #0603BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0603BC; }
p { color: rgb(6,3,188); }
H1.HeaderClassName
{
color: #0603BC;
}
.AnyTagClassName
{
color: #0603BC;
}
</style>
background-color css
<style>
a { background-color: #0603BC; }
a { background-color: rgb(6,3,188); }
div.DivClassName
{
background-color: #0603BC;
}
.BgClassName
{
background-color: #0603BC;
}
</style>
border-color css
<style>
span { border-color: #0603BC; }
span { border-color: rgb(6,3,188); }
td.TdClassName
{
border-color: #0603BC;
}
.TagClassName
{
border-color: #0603BC;
}
</style>