Shades of Medium Blue #0D08BF
Tints of Medium Blue #0D08BF
RGB
CMYK
RGB Variations
Color information
#0D08BF (or 0x0D08BF) is known color: Medium Blue. HEX triplet: 0D, 08 and BF. RGB value is (13,8,191). Sum of RGB (Red+Green+Blue) = 13+8+191=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D08BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D08BF is #F2F740. Grayscale: #1D1D1D. Windows color (decimal): -15923009 or 12519437. OLE color: 12519437.
HSL color Cylindrical-coordinate representation of color #0D08BF: hue angle of 241.64º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D08BF is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 8 | 191 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.25 |
| HSL | 241.64º | 0.92% | 0.39% | - |
| HSV(B) | 241.64º | 0.96% | 0.75% | - |
| XYZ | 9.66 | 4.02 | 49.56 | - |
| YUV | 30.36 | 218.66 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 191 | 0.93 | 0.96 | 0 | 0.25 | 241.64 | 0.92 | 0.39 |
| Hex | D | 8 | BF | 5D | 60 | 0 | 19 | F2 | 5C | 27 |
| Octal | 15 | 10 | 277 | 135 | 140 | 0 | 31 | 362 | 134 | 47 |
| Binary | 1101 | 1000 | 10111111 | 1011101 | 1100000 | 0 | 11001 | 11110010 | 1011100 | 100111 |
Color Harmonies of #0D08BF
Complementary color
Monochromatic Colors of #0D08BF
Black with #0D08BF
Text Example
Text Example
White with #0D08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D08BF; }
p { color: rgb(13,8,191); }
H1.HeaderClassName
{
color: #0D08BF;
}
.AnyTagClassName
{
color: #0D08BF;
}
</style>
background-color css
<style>
a { background-color: #0D08BF; }
a { background-color: rgb(13,8,191); }
div.DivClassName
{
background-color: #0D08BF;
}
.BgClassName
{
background-color: #0D08BF;
}
</style>
border-color css
<style>
span { border-color: #0D08BF; }
span { border-color: rgb(13,8,191); }
td.TdClassName
{
border-color: #0D08BF;
}
.TagClassName
{
border-color: #0D08BF;
}
</style>