Shades of Medium Blue #0819CB
Tints of Medium Blue #0819CB
RGB
CMYK
RGB Variations
Color information
#0819CB (or 0x0819CB) is known color: Medium Blue. HEX triplet: 08, 19 and CB. RGB value is (8,25,203). Sum of RGB (Red+Green+Blue) = 8+25+203=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #0819CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0819CB is #F7E634. Grayscale: #272727. Windows color (decimal): -16246325 or 13310216. OLE color: 13310216.
HSL color Cylindrical-coordinate representation of color #0819CB: hue angle of 234.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0819CB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 25 | 203 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.20 |
| HSL | 234.77º | 0.92% | 0.41% | - |
| HSV(B) | 234.77º | 0.96% | 0.8% | - |
| XYZ | 11.23 | 5.06 | 56.88 | - |
| YUV | 40.21 | 219.87 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 203 | 0.96 | 0.88 | 0 | 0.20 | 234.77 | 0.92 | 0.41 |
| Hex | 8 | 19 | CB | 60 | 58 | 0 | 14 | EB | 5C | 29 |
| Octal | 10 | 31 | 313 | 140 | 130 | 0 | 24 | 353 | 134 | 51 |
| Binary | 1000 | 11001 | 11001011 | 1100000 | 1011000 | 0 | 10100 | 11101011 | 1011100 | 101001 |
Color Harmonies of #0819CB
Complementary color
Monochromatic Colors of #0819CB
Black with #0819CB
Text Example
Text Example
White with #0819CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0819CB; }
p { color: rgb(8,25,203); }
H1.HeaderClassName
{
color: #0819CB;
}
.AnyTagClassName
{
color: #0819CB;
}
</style>
background-color css
<style>
a { background-color: #0819CB; }
a { background-color: rgb(8,25,203); }
div.DivClassName
{
background-color: #0819CB;
}
.BgClassName
{
background-color: #0819CB;
}
</style>
border-color css
<style>
span { border-color: #0819CB; }
span { border-color: rgb(8,25,203); }
td.TdClassName
{
border-color: #0819CB;
}
.TagClassName
{
border-color: #0819CB;
}
</style>