Shades of Medium Blue #0800C5
Tints of Medium Blue #0800C5
RGB
CMYK
RGB Variations
Color information
#0800C5 (or 0x0800C5) is known color: Medium Blue. HEX triplet: 08, 00 and C5. RGB value is (8,0,197). Sum of RGB (Red+Green+Blue) = 8+0+197=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 0 (0.39% from 255 or 0% 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 #0800C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800C5 is #F7FF3A. Grayscale: #181818. Windows color (decimal): -16252731 or 12910600. OLE color: 12910600.
HSL color Cylindrical-coordinate representation of color #0800C5: hue angle of 242.44º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800C5 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 0 | 197 | - |
| CMYK | 0.96 | 1 | 0 | 0.23 |
| HSL | 242.44º | 1% | 0.39% | - |
| HSV(B) | 242.44º | 1% | 0.77% | - |
| XYZ | 10.18 | 4.08 | 53.07 | - |
| YUV | 24.85 | 225.15 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 197 | 0.96 | 1 | 0 | 0.23 | 242.44 | 1 | 0.39 |
| Hex | 8 | 0 | C5 | 60 | 64 | 0 | 17 | F2 | 64 | 27 |
| Octal | 10 | 0 | 305 | 140 | 144 | 0 | 27 | 362 | 144 | 47 |
| Binary | 1000 | 0 | 11000101 | 1100000 | 1100100 | 0 | 10111 | 11110010 | 1100100 | 100111 |
Color Harmonies of #0800C5
Complementary color
Monochromatic Colors of #0800C5
Black with #0800C5
Text Example
Text Example
White with #0800C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800C5; }
p { color: rgb(8,0,197); }
H1.HeaderClassName
{
color: #0800C5;
}
.AnyTagClassName
{
color: #0800C5;
}
</style>
background-color css
<style>
a { background-color: #0800C5; }
a { background-color: rgb(8,0,197); }
div.DivClassName
{
background-color: #0800C5;
}
.BgClassName
{
background-color: #0800C5;
}
</style>
border-color css
<style>
span { border-color: #0800C5; }
span { border-color: rgb(8,0,197); }
td.TdClassName
{
border-color: #0800C5;
}
.TagClassName
{
border-color: #0800C5;
}
</style>