Shades of Medium Blue #0903CB
Tints of Medium Blue #0903CB
RGB
CMYK
RGB Variations
Color information
#0903CB (or 0x0903CB) is known color: Medium Blue. HEX triplet: 09, 03 and CB. RGB value is (9,3,203). Sum of RGB (Red+Green+Blue) = 9+3+203=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 203 (79.69% from 255 or 94.42% from 215); Max value from RGB is 203 - color contains mainly: blue. Hex color #0903CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0903CB is #F6FC34. Grayscale: #1A1A1A. Windows color (decimal): -16186421 or 13304585. OLE color: 13304585.
HSL color Cylindrical-coordinate representation of color #0903CB: hue angle of 241.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0903CB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 3 | 203 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.20 |
| HSL | 241.8º | 0.97% | 0.4% | - |
| HSV(B) | 241.8º | 0.99% | 0.8% | - |
| XYZ | 10.92 | 4.43 | 56.78 | - |
| YUV | 27.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 203 | 0.96 | 0.99 | 0 | 0.20 | 241.8 | 0.97 | 0.4 |
| Hex | 9 | 3 | CB | 60 | 63 | 0 | 14 | F2 | 61 | 28 |
| Octal | 11 | 3 | 313 | 140 | 143 | 0 | 24 | 362 | 141 | 50 |
| Binary | 1001 | 11 | 11001011 | 1100000 | 1100011 | 0 | 10100 | 11110010 | 1100001 | 101000 |
Color Harmonies of #0903CB
Complementary color
Monochromatic Colors of #0903CB
Black with #0903CB
Text Example
Text Example
White with #0903CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0903CB; }
p { color: rgb(9,3,203); }
H1.HeaderClassName
{
color: #0903CB;
}
.AnyTagClassName
{
color: #0903CB;
}
</style>
background-color css
<style>
a { background-color: #0903CB; }
a { background-color: rgb(9,3,203); }
div.DivClassName
{
background-color: #0903CB;
}
.BgClassName
{
background-color: #0903CB;
}
</style>
border-color css
<style>
span { border-color: #0903CB; }
span { border-color: rgb(9,3,203); }
td.TdClassName
{
border-color: #0903CB;
}
.TagClassName
{
border-color: #0903CB;
}
</style>