Shades of Medium Blue #0903CD
Tints of Medium Blue #0903CD
RGB
CMYK
RGB Variations
Color information
#0903CD (or 0x0903CD) is known color: Medium Blue. HEX triplet: 09, 03 and CD. RGB value is (9,3,205). Sum of RGB (Red+Green+Blue) = 9+3+205=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 205 (80.47% from 255 or 94.47% from 217); Max value from RGB is 205 - color contains mainly: blue. Hex color #0903CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0903CD is #F6FC32. Grayscale: #1B1B1B. Windows color (decimal): -16186419 or 13435657. OLE color: 13435657.
HSL color Cylindrical-coordinate representation of color #0903CD: hue angle of 241.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0903CD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 3 | 205 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.20 |
| HSL | 241.78º | 0.97% | 0.41% | - |
| HSV(B) | 241.78º | 0.99% | 0.8% | - |
| XYZ | 11.16 | 4.53 | 58.04 | - |
| YUV | 27.82 | 227.99 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 205 | 0.96 | 0.99 | 0 | 0.20 | 241.78 | 0.97 | 0.41 |
| Hex | 9 | 3 | CD | 60 | 63 | 0 | 14 | F2 | 61 | 29 |
| Octal | 11 | 3 | 315 | 140 | 143 | 0 | 24 | 362 | 141 | 51 |
| Binary | 1001 | 11 | 11001101 | 1100000 | 1100011 | 0 | 10100 | 11110010 | 1100001 | 101001 |
Color Harmonies of #0903CD
Complementary color
Monochromatic Colors of #0903CD
Black with #0903CD
Text Example
Text Example
White with #0903CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0903CD; }
p { color: rgb(9,3,205); }
H1.HeaderClassName
{
color: #0903CD;
}
.AnyTagClassName
{
color: #0903CD;
}
</style>
background-color css
<style>
a { background-color: #0903CD; }
a { background-color: rgb(9,3,205); }
div.DivClassName
{
background-color: #0903CD;
}
.BgClassName
{
background-color: #0903CD;
}
</style>
border-color css
<style>
span { border-color: #0903CD; }
span { border-color: rgb(9,3,205); }
td.TdClassName
{
border-color: #0903CD;
}
.TagClassName
{
border-color: #0903CD;
}
</style>