Shades of Medium Blue #0603CF
Tints of Medium Blue #0603CF
RGB
CMYK
RGB Variations
Color information
#0603CF (or 0x0603CF) is known color: Medium Blue. HEX triplet: 06, 03 and CF. RGB value is (6,3,207). Sum of RGB (Red+Green+Blue) = 6+3+207=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 207 (81.25% from 255 or 95.83% from 216); Max value from RGB is 207 - color contains mainly: blue. Hex color #0603CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0603CF is #F9FC30. Grayscale: #1A1A1A. Windows color (decimal): -16383025 or 13566726. OLE color: 13566726.
HSL color Cylindrical-coordinate representation of color #0603CF: hue angle of 240.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0603CF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 3 | 207 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.19 |
| HSL | 240.88º | 0.97% | 0.41% | - |
| HSV(B) | 240.88º | 0.99% | 0.81% | - |
| XYZ | 11.37 | 4.61 | 59.32 | - |
| YUV | 27.15 | 229.49 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 207 | 0.97 | 0.99 | 0 | 0.19 | 240.88 | 0.97 | 0.41 |
| Hex | 6 | 3 | CF | 61 | 63 | 0 | 13 | F1 | 61 | 29 |
| Octal | 6 | 3 | 317 | 141 | 143 | 0 | 23 | 361 | 141 | 51 |
| Binary | 110 | 11 | 11001111 | 1100001 | 1100011 | 0 | 10011 | 11110001 | 1100001 | 101001 |
Color Harmonies of #0603CF
Complementary color
Monochromatic Colors of #0603CF
Black with #0603CF
Text Example
Text Example
White with #0603CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0603CF; }
p { color: rgb(6,3,207); }
H1.HeaderClassName
{
color: #0603CF;
}
.AnyTagClassName
{
color: #0603CF;
}
</style>
background-color css
<style>
a { background-color: #0603CF; }
a { background-color: rgb(6,3,207); }
div.DivClassName
{
background-color: #0603CF;
}
.BgClassName
{
background-color: #0603CF;
}
</style>
border-color css
<style>
span { border-color: #0603CF; }
span { border-color: rgb(6,3,207); }
td.TdClassName
{
border-color: #0603CF;
}
.TagClassName
{
border-color: #0603CF;
}
</style>