Shades of Medium Blue #0905CD
Tints of Medium Blue #0905CD
RGB
CMYK
RGB Variations
Color information
#0905CD (or 0x0905CD) is known color: Medium Blue. HEX triplet: 09, 05 and CD. RGB value is (9,5,205). Sum of RGB (Red+Green+Blue) = 9+5+205=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #0905CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905CD is #F6FA32. Grayscale: #1C1C1C. Windows color (decimal): -16185907 or 13436169. OLE color: 13436169.
HSL color Cylindrical-coordinate representation of color #0905CD: hue angle of 241.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905CD is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 5 | 205 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.20 |
| HSL | 241.2º | 0.95% | 0.41% | - |
| HSV(B) | 241.2º | 0.98% | 0.8% | - |
| XYZ | 11.19 | 4.57 | 58.05 | - |
| YUV | 29 | 227.33 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 205 | 0.96 | 0.98 | 0 | 0.20 | 241.2 | 0.95 | 0.41 |
| Hex | 9 | 5 | CD | 60 | 62 | 0 | 14 | F1 | 5F | 29 |
| Octal | 11 | 5 | 315 | 140 | 142 | 0 | 24 | 361 | 137 | 51 |
| Binary | 1001 | 101 | 11001101 | 1100000 | 1100010 | 0 | 10100 | 11110001 | 1011111 | 101001 |
Color Harmonies of #0905CD
Complementary color
Monochromatic Colors of #0905CD
Black with #0905CD
Text Example
Text Example
White with #0905CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905CD; }
p { color: rgb(9,5,205); }
H1.HeaderClassName
{
color: #0905CD;
}
.AnyTagClassName
{
color: #0905CD;
}
</style>
background-color css
<style>
a { background-color: #0905CD; }
a { background-color: rgb(9,5,205); }
div.DivClassName
{
background-color: #0905CD;
}
.BgClassName
{
background-color: #0905CD;
}
</style>
border-color css
<style>
span { border-color: #0905CD; }
span { border-color: rgb(9,5,205); }
td.TdClassName
{
border-color: #0905CD;
}
.TagClassName
{
border-color: #0905CD;
}
</style>