Shades of Medium Blue #0800CA
Tints of Medium Blue #0800CA
RGB
CMYK
RGB Variations
Color information
#0800CA (or 0x0800CA) is known color: Medium Blue. HEX triplet: 08, 00 and CA. RGB value is (8,0,202). Sum of RGB (Red+Green+Blue) = 8+0+202=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 202 (79.30% from 255 or 96.19% from 210); Max value from RGB is 202 - color contains mainly: blue. Hex color #0800CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800CA is #F7FF35. Grayscale: #181818. Windows color (decimal): -16252726 or 13238280. OLE color: 13238280.
HSL color Cylindrical-coordinate representation of color #0800CA: hue angle of 242.38º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800CA is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 0 | 202 | - |
| CMYK | 0.96 | 1 | 0 | 0.21 |
| HSL | 242.38º | 1% | 0.4% | - |
| HSV(B) | 242.38º | 1% | 0.79% | - |
| XYZ | 10.76 | 4.32 | 56.14 | - |
| YUV | 25.42 | 227.65 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 202 | 0.96 | 1 | 0 | 0.21 | 242.38 | 1 | 0.4 |
| Hex | 8 | 0 | CA | 60 | 64 | 0 | 15 | F2 | 64 | 28 |
| Octal | 10 | 0 | 312 | 140 | 144 | 0 | 25 | 362 | 144 | 50 |
| Binary | 1000 | 0 | 11001010 | 1100000 | 1100100 | 0 | 10101 | 11110010 | 1100100 | 101000 |
Color Harmonies of #0800CA
Complementary color
Monochromatic Colors of #0800CA
Black with #0800CA
Text Example
Text Example
White with #0800CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800CA; }
p { color: rgb(8,0,202); }
H1.HeaderClassName
{
color: #0800CA;
}
.AnyTagClassName
{
color: #0800CA;
}
</style>
background-color css
<style>
a { background-color: #0800CA; }
a { background-color: rgb(8,0,202); }
div.DivClassName
{
background-color: #0800CA;
}
.BgClassName
{
background-color: #0800CA;
}
</style>
border-color css
<style>
span { border-color: #0800CA; }
span { border-color: rgb(8,0,202); }
td.TdClassName
{
border-color: #0800CA;
}
.TagClassName
{
border-color: #0800CA;
}
</style>