Shades of Medium Blue #0D09CE
Tints of Medium Blue #0D09CE
RGB
CMYK
RGB Variations
Color information
#0D09CE (or 0x0D09CE) is known color: Medium Blue. HEX triplet: 0D, 09 and CE. RGB value is (13,9,206). Sum of RGB (Red+Green+Blue) = 13+9+206=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D09CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D09CE is #F2F631. Grayscale: #1F1F1F. Windows color (decimal): -15922738 or 13502733. OLE color: 13502733.
HSL color Cylindrical-coordinate representation of color #0D09CE: hue angle of 241.22º degrees, saturation: 0.92, 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 #0D09CE is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 9 | 206 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.19 |
| HSL | 241.22º | 0.92% | 0.42% | - |
| HSV(B) | 241.22º | 0.96% | 0.81% | - |
| XYZ | 11.4 | 4.74 | 58.71 | - |
| YUV | 32.65 | 225.83 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 206 | 0.94 | 0.96 | 0 | 0.19 | 241.22 | 0.92 | 0.42 |
| Hex | D | 9 | CE | 5E | 60 | 0 | 13 | F1 | 5C | 2A |
| Octal | 15 | 11 | 316 | 136 | 140 | 0 | 23 | 361 | 134 | 52 |
| Binary | 1101 | 1001 | 11001110 | 1011110 | 1100000 | 0 | 10011 | 11110001 | 1011100 | 101010 |
Color Harmonies of #0D09CE
Complementary color
Monochromatic Colors of #0D09CE
Black with #0D09CE
Text Example
Text Example
White with #0D09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D09CE; }
p { color: rgb(13,9,206); }
H1.HeaderClassName
{
color: #0D09CE;
}
.AnyTagClassName
{
color: #0D09CE;
}
</style>
background-color css
<style>
a { background-color: #0D09CE; }
a { background-color: rgb(13,9,206); }
div.DivClassName
{
background-color: #0D09CE;
}
.BgClassName
{
background-color: #0D09CE;
}
</style>
border-color css
<style>
span { border-color: #0D09CE; }
span { border-color: rgb(13,9,206); }
td.TdClassName
{
border-color: #0D09CE;
}
.TagClassName
{
border-color: #0D09CE;
}
</style>