Shades of Medium Blue #0D08BA
Tints of Medium Blue #0D08BA
RGB
CMYK
RGB Variations
Color information
#0D08BA (or 0x0D08BA) is known color: Medium Blue. HEX triplet: 0D, 08 and BA. RGB value is (13,8,186). Sum of RGB (Red+Green+Blue) = 13+8+186=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D08BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D08BA is #F2F745. Grayscale: #1D1D1D. Windows color (decimal): -15923014 or 12191757. OLE color: 12191757.
HSL color Cylindrical-coordinate representation of color #0D08BA: hue angle of 241.69º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D08BA is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 8 | 186 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.27 |
| HSL | 241.69º | 0.92% | 0.38% | - |
| HSV(B) | 241.69º | 0.96% | 0.73% | - |
| XYZ | 9.12 | 3.8 | 46.71 | - |
| YUV | 29.79 | 216.16 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 186 | 0.93 | 0.96 | 0 | 0.27 | 241.69 | 0.92 | 0.38 |
| Hex | D | 8 | BA | 5D | 60 | 0 | 1B | F2 | 5C | 26 |
| Octal | 15 | 10 | 272 | 135 | 140 | 0 | 33 | 362 | 134 | 46 |
| Binary | 1101 | 1000 | 10111010 | 1011101 | 1100000 | 0 | 11011 | 11110010 | 1011100 | 100110 |
Color Harmonies of #0D08BA
Complementary color
Monochromatic Colors of #0D08BA
Black with #0D08BA
Text Example
Text Example
White with #0D08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D08BA; }
p { color: rgb(13,8,186); }
H1.HeaderClassName
{
color: #0D08BA;
}
.AnyTagClassName
{
color: #0D08BA;
}
</style>
background-color css
<style>
a { background-color: #0D08BA; }
a { background-color: rgb(13,8,186); }
div.DivClassName
{
background-color: #0D08BA;
}
.BgClassName
{
background-color: #0D08BA;
}
</style>
border-color css
<style>
span { border-color: #0D08BA; }
span { border-color: rgb(13,8,186); }
td.TdClassName
{
border-color: #0D08BA;
}
.TagClassName
{
border-color: #0D08BA;
}
</style>