Shades of Medium Blue #0813C9
Tints of Medium Blue #0813C9
RGB
CMYK
RGB Variations
Color information
#0813C9 (or 0x0813C9) is known color: Medium Blue. HEX triplet: 08, 13 and C9. RGB value is (8,19,201). Sum of RGB (Red+Green+Blue) = 8+19+201=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 201 (78.91% from 255 or 88.16% from 228); Max value from RGB is 201 - color contains mainly: blue. Hex color #0813C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0813C9 is #F7EC36. Grayscale: #232323. Windows color (decimal): -16247863 or 13177608. OLE color: 13177608.
HSL color Cylindrical-coordinate representation of color #0813C9: hue angle of 236.58º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0813C9 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 19 | 201 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.21 |
| HSL | 236.58º | 0.92% | 0.41% | - |
| HSV(B) | 236.58º | 0.96% | 0.79% | - |
| XYZ | 10.88 | 4.73 | 55.6 | - |
| YUV | 36.46 | 220.86 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 201 | 0.96 | 0.91 | 0 | 0.21 | 236.58 | 0.92 | 0.41 |
| Hex | 8 | 13 | C9 | 60 | 5B | 0 | 15 | ED | 5C | 29 |
| Octal | 10 | 23 | 311 | 140 | 133 | 0 | 25 | 355 | 134 | 51 |
| Binary | 1000 | 10011 | 11001001 | 1100000 | 1011011 | 0 | 10101 | 11101101 | 1011100 | 101001 |
Color Harmonies of #0813C9
Complementary color
Monochromatic Colors of #0813C9
Black with #0813C9
Text Example
Text Example
White with #0813C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0813C9; }
p { color: rgb(8,19,201); }
H1.HeaderClassName
{
color: #0813C9;
}
.AnyTagClassName
{
color: #0813C9;
}
</style>
background-color css
<style>
a { background-color: #0813C9; }
a { background-color: rgb(8,19,201); }
div.DivClassName
{
background-color: #0813C9;
}
.BgClassName
{
background-color: #0813C9;
}
</style>
border-color css
<style>
span { border-color: #0813C9; }
span { border-color: rgb(8,19,201); }
td.TdClassName
{
border-color: #0813C9;
}
.TagClassName
{
border-color: #0813C9;
}
</style>