Shades of Medium Blue #0D09BD
Tints of Medium Blue #0D09BD
RGB
CMYK
RGB Variations
Color information
#0D09BD (or 0x0D09BD) is known color: Medium Blue. HEX triplet: 0D, 09 and BD. RGB value is (13,9,189). Sum of RGB (Red+Green+Blue) = 13+9+189=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D09BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D09BD is #F2F642. Grayscale: #1E1E1E. Windows color (decimal): -15922755 or 12388621. OLE color: 12388621.
HSL color Cylindrical-coordinate representation of color #0D09BD: hue angle of 241.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D09BD is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 9 | 189 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.26 |
| HSL | 241.33º | 0.91% | 0.39% | - |
| HSV(B) | 241.33º | 0.95% | 0.74% | - |
| XYZ | 9.45 | 3.96 | 48.41 | - |
| YUV | 30.72 | 217.33 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 189 | 0.93 | 0.95 | 0 | 0.26 | 241.33 | 0.91 | 0.39 |
| Hex | D | 9 | BD | 5D | 5F | 0 | 1A | F1 | 5B | 27 |
| Octal | 15 | 11 | 275 | 135 | 137 | 0 | 32 | 361 | 133 | 47 |
| Binary | 1101 | 1001 | 10111101 | 1011101 | 1011111 | 0 | 11010 | 11110001 | 1011011 | 100111 |
Color Harmonies of #0D09BD
Complementary color
Monochromatic Colors of #0D09BD
Black with #0D09BD
Text Example
Text Example
White with #0D09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D09BD; }
p { color: rgb(13,9,189); }
H1.HeaderClassName
{
color: #0D09BD;
}
.AnyTagClassName
{
color: #0D09BD;
}
</style>
background-color css
<style>
a { background-color: #0D09BD; }
a { background-color: rgb(13,9,189); }
div.DivClassName
{
background-color: #0D09BD;
}
.BgClassName
{
background-color: #0D09BD;
}
</style>
border-color css
<style>
span { border-color: #0D09BD; }
span { border-color: rgb(13,9,189); }
td.TdClassName
{
border-color: #0D09BD;
}
.TagClassName
{
border-color: #0D09BD;
}
</style>