Shades of Medium Blue #0913DD
Tints of Medium Blue #0913DD
RGB
CMYK
RGB Variations
Color information
#0913DD (or 0x0913DD) is known color: Medium Blue. HEX triplet: 09, 13 and DD. RGB value is (9,19,221). Sum of RGB (Red+Green+Blue) = 9+19+221=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 221 (86.72% from 255 or 88.76% from 249); Max value from RGB is 221 - color contains mainly: blue. Hex color #0913DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913DD is #F6EC22. Grayscale: #262626. Windows color (decimal): -16182307 or 14488329. OLE color: 14488329.
HSL color Cylindrical-coordinate representation of color #0913DD: hue angle of 237.17º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0913DD is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 19 | 221 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.13 |
| HSL | 237.17º | 0.92% | 0.45% | - |
| HSV(B) | 237.17º | 0.96% | 0.87% | - |
| XYZ | 13.4 | 5.74 | 68.81 | - |
| YUV | 39.04 | 230.69 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 221 | 0.96 | 0.91 | 0 | 0.13 | 237.17 | 0.92 | 0.45 |
| Hex | 9 | 13 | DD | 60 | 5B | 0 | D | ED | 5C | 2D |
| Octal | 11 | 23 | 335 | 140 | 133 | 0 | 15 | 355 | 134 | 55 |
| Binary | 1001 | 10011 | 11011101 | 1100000 | 1011011 | 0 | 1101 | 11101101 | 1011100 | 101101 |
Color Harmonies of #0913DD
Complementary color
Monochromatic Colors of #0913DD
Black with #0913DD
Text Example
Text Example
White with #0913DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913DD; }
p { color: rgb(9,19,221); }
H1.HeaderClassName
{
color: #0913DD;
}
.AnyTagClassName
{
color: #0913DD;
}
</style>
background-color css
<style>
a { background-color: #0913DD; }
a { background-color: rgb(9,19,221); }
div.DivClassName
{
background-color: #0913DD;
}
.BgClassName
{
background-color: #0913DD;
}
</style>
border-color css
<style>
span { border-color: #0913DD; }
span { border-color: rgb(9,19,221); }
td.TdClassName
{
border-color: #0913DD;
}
.TagClassName
{
border-color: #0913DD;
}
</style>