Shades of Medium Blue #091DCD
Tints of Medium Blue #091DCD
RGB
CMYK
RGB Variations
Color information
#091DCD (or 0x091DCD) is known color: Medium Blue. HEX triplet: 09, 1D and CD. RGB value is (9,29,205). Sum of RGB (Red+Green+Blue) = 9+29+205=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #091DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DCD is #F6E232. Grayscale: #2A2A2A. Windows color (decimal): -16179763 or 13442313. OLE color: 13442313.
HSL color Cylindrical-coordinate representation of color #091DCD: hue angle of 233.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DCD is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 29 | 205 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.20 |
| HSL | 233.88º | 0.92% | 0.42% | - |
| HSV(B) | 233.88º | 0.96% | 0.8% | - |
| XYZ | 11.57 | 5.34 | 58.18 | - |
| YUV | 43.08 | 219.37 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 205 | 0.96 | 0.86 | 0 | 0.20 | 233.88 | 0.92 | 0.42 |
| Hex | 9 | 1D | CD | 60 | 56 | 0 | 14 | EA | 5C | 2A |
| Octal | 11 | 35 | 315 | 140 | 126 | 0 | 24 | 352 | 134 | 52 |
| Binary | 1001 | 11101 | 11001101 | 1100000 | 1010110 | 0 | 10100 | 11101010 | 1011100 | 101010 |
Color Harmonies of #091DCD
Complementary color
Monochromatic Colors of #091DCD
Black with #091DCD
Text Example
Text Example
White with #091DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DCD; }
p { color: rgb(9,29,205); }
H1.HeaderClassName
{
color: #091DCD;
}
.AnyTagClassName
{
color: #091DCD;
}
</style>
background-color css
<style>
a { background-color: #091DCD; }
a { background-color: rgb(9,29,205); }
div.DivClassName
{
background-color: #091DCD;
}
.BgClassName
{
background-color: #091DCD;
}
</style>
border-color css
<style>
span { border-color: #091DCD; }
span { border-color: rgb(9,29,205); }
td.TdClassName
{
border-color: #091DCD;
}
.TagClassName
{
border-color: #091DCD;
}
</style>