Shades of Medium Blue #0903CA
Tints of Medium Blue #0903CA
RGB
CMYK
RGB Variations
Color information
#0903CA (or 0x0903CA) is known color: Medium Blue. HEX triplet: 09, 03 and CA. RGB value is (9,3,202). Sum of RGB (Red+Green+Blue) = 9+3+202=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 202 (79.30% from 255 or 94.39% from 214); Max value from RGB is 202 - color contains mainly: blue. Hex color #0903CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0903CA is #F6FC35. Grayscale: #1A1A1A. Windows color (decimal): -16186422 or 13239049. OLE color: 13239049.
HSL color Cylindrical-coordinate representation of color #0903CA: hue angle of 241.81º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0903CA is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 3 | 202 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.21 |
| HSL | 241.81º | 0.97% | 0.4% | - |
| HSV(B) | 241.81º | 0.99% | 0.79% | - |
| XYZ | 10.81 | 4.39 | 56.15 | - |
| YUV | 27.48 | 226.49 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 202 | 0.96 | 0.99 | 0 | 0.21 | 241.81 | 0.97 | 0.4 |
| Hex | 9 | 3 | CA | 60 | 63 | 0 | 15 | F2 | 61 | 28 |
| Octal | 11 | 3 | 312 | 140 | 143 | 0 | 25 | 362 | 141 | 50 |
| Binary | 1001 | 11 | 11001010 | 1100000 | 1100011 | 0 | 10101 | 11110010 | 1100001 | 101000 |
Color Harmonies of #0903CA
Complementary color
Monochromatic Colors of #0903CA
Black with #0903CA
Text Example
Text Example
White with #0903CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0903CA; }
p { color: rgb(9,3,202); }
H1.HeaderClassName
{
color: #0903CA;
}
.AnyTagClassName
{
color: #0903CA;
}
</style>
background-color css
<style>
a { background-color: #0903CA; }
a { background-color: rgb(9,3,202); }
div.DivClassName
{
background-color: #0903CA;
}
.BgClassName
{
background-color: #0903CA;
}
</style>
border-color css
<style>
span { border-color: #0903CA; }
span { border-color: rgb(9,3,202); }
td.TdClassName
{
border-color: #0903CA;
}
.TagClassName
{
border-color: #0903CA;
}
</style>