Shades of Medium Blue #0803C0
Tints of Medium Blue #0803C0
RGB
CMYK
RGB Variations
Color information
#0803C0 (or 0x0803C0) is known color: Medium Blue. HEX triplet: 08, 03 and C0. RGB value is (8,3,192). Sum of RGB (Red+Green+Blue) = 8+3+192=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 192 (75.39% from 255 or 94.58% from 203); Max value from RGB is 192 - color contains mainly: blue. Hex color #0803C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0803C0 is #F7FC3F. Grayscale: #191919. Windows color (decimal): -16251968 or 12583688. OLE color: 12583688.
HSL color Cylindrical-coordinate representation of color #0803C0: hue angle of 241.59º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0803C0 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 3 | 192 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.25 |
| HSL | 241.59º | 0.97% | 0.38% | - |
| HSV(B) | 241.59º | 0.98% | 0.75% | - |
| XYZ | 9.65 | 3.92 | 50.12 | - |
| YUV | 26.04 | 221.66 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 192 | 0.96 | 0.98 | 0 | 0.25 | 241.59 | 0.97 | 0.38 |
| Hex | 8 | 3 | C0 | 60 | 62 | 0 | 19 | F2 | 61 | 26 |
| Octal | 10 | 3 | 300 | 140 | 142 | 0 | 31 | 362 | 141 | 46 |
| Binary | 1000 | 11 | 11000000 | 1100000 | 1100010 | 0 | 11001 | 11110010 | 1100001 | 100110 |
Color Harmonies of #0803C0
Complementary color
Monochromatic Colors of #0803C0
Black with #0803C0
Text Example
Text Example
White with #0803C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0803C0; }
p { color: rgb(8,3,192); }
H1.HeaderClassName
{
color: #0803C0;
}
.AnyTagClassName
{
color: #0803C0;
}
</style>
background-color css
<style>
a { background-color: #0803C0; }
a { background-color: rgb(8,3,192); }
div.DivClassName
{
background-color: #0803C0;
}
.BgClassName
{
background-color: #0803C0;
}
</style>
border-color css
<style>
span { border-color: #0803C0; }
span { border-color: rgb(8,3,192); }
td.TdClassName
{
border-color: #0803C0;
}
.TagClassName
{
border-color: #0803C0;
}
</style>