Shades of Medium Blue #0816CE
Tints of Medium Blue #0816CE
RGB
CMYK
RGB Variations
Color information
#0816CE (or 0x0816CE) is known color: Medium Blue. HEX triplet: 08, 16 and CE. RGB value is (8,22,206). Sum of RGB (Red+Green+Blue) = 8+22+206=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 206 (80.86% from 255 or 87.29% from 236); Max value from RGB is 206 - color contains mainly: blue. Hex color #0816CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0816CE is #F7E931. Grayscale: #262626. Windows color (decimal): -16247090 or 13506056. OLE color: 13506056.
HSL color Cylindrical-coordinate representation of color #0816CE: hue angle of 235.76º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0816CE is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 22 | 206 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.19 |
| HSL | 235.76º | 0.93% | 0.42% | - |
| HSV(B) | 235.76º | 0.96% | 0.81% | - |
| XYZ | 11.53 | 5.08 | 58.77 | - |
| YUV | 38.79 | 222.36 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 206 | 0.96 | 0.89 | 0 | 0.19 | 235.76 | 0.93 | 0.42 |
| Hex | 8 | 16 | CE | 60 | 59 | 0 | 13 | EC | 5D | 2A |
| Octal | 10 | 26 | 316 | 140 | 131 | 0 | 23 | 354 | 135 | 52 |
| Binary | 1000 | 10110 | 11001110 | 1100000 | 1011001 | 0 | 10011 | 11101100 | 1011101 | 101010 |
Color Harmonies of #0816CE
Complementary color
Monochromatic Colors of #0816CE
Black with #0816CE
Text Example
Text Example
White with #0816CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0816CE; }
p { color: rgb(8,22,206); }
H1.HeaderClassName
{
color: #0816CE;
}
.AnyTagClassName
{
color: #0816CE;
}
</style>
background-color css
<style>
a { background-color: #0816CE; }
a { background-color: rgb(8,22,206); }
div.DivClassName
{
background-color: #0816CE;
}
.BgClassName
{
background-color: #0816CE;
}
</style>
border-color css
<style>
span { border-color: #0816CE; }
span { border-color: rgb(8,22,206); }
td.TdClassName
{
border-color: #0816CE;
}
.TagClassName
{
border-color: #0816CE;
}
</style>