Shades of Medium Blue #0919DD
Tints of Medium Blue #0919DD
RGB
CMYK
RGB Variations
Color information
#0919DD (or 0x0919DD) is known color: Medium Blue. HEX triplet: 09, 19 and DD. RGB value is (9,25,221). Sum of RGB (Red+Green+Blue) = 9+25+221=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #0919DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919DD is #F6E622. Grayscale: #292929. Windows color (decimal): -16180771 or 14489865. OLE color: 14489865.
HSL color Cylindrical-coordinate representation of color #0919DD: hue angle of 235.47º 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 #0919DD is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 25 | 221 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.13 |
| HSL | 235.47º | 0.92% | 0.45% | - |
| HSV(B) | 235.47º | 0.96% | 0.87% | - |
| XYZ | 13.51 | 5.97 | 68.85 | - |
| YUV | 42.56 | 228.7 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 221 | 0.96 | 0.89 | 0 | 0.13 | 235.47 | 0.92 | 0.45 |
| Hex | 9 | 19 | DD | 60 | 59 | 0 | D | EB | 5C | 2D |
| Octal | 11 | 31 | 335 | 140 | 131 | 0 | 15 | 353 | 134 | 55 |
| Binary | 1001 | 11001 | 11011101 | 1100000 | 1011001 | 0 | 1101 | 11101011 | 1011100 | 101101 |
Color Harmonies of #0919DD
Complementary color
Monochromatic Colors of #0919DD
Black with #0919DD
Text Example
Text Example
White with #0919DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0919DD; }
p { color: rgb(9,25,221); }
H1.HeaderClassName
{
color: #0919DD;
}
.AnyTagClassName
{
color: #0919DD;
}
</style>
background-color css
<style>
a { background-color: #0919DD; }
a { background-color: rgb(9,25,221); }
div.DivClassName
{
background-color: #0919DD;
}
.BgClassName
{
background-color: #0919DD;
}
</style>
border-color css
<style>
span { border-color: #0919DD; }
span { border-color: rgb(9,25,221); }
td.TdClassName
{
border-color: #0919DD;
}
.TagClassName
{
border-color: #0919DD;
}
</style>