Shades of Medium Blue #0905DA
Tints of Medium Blue #0905DA
RGB
CMYK
RGB Variations
Color information
#0905DA (or 0x0905DA) is known color: Medium Blue. HEX triplet: 09, 05 and DA. RGB value is (9,5,218). Sum of RGB (Red+Green+Blue) = 9+5+218=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 218 (85.55% from 255 or 93.97% from 232); Max value from RGB is 218 - color contains mainly: blue. Hex color #0905DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905DA is #F6FA25. Grayscale: #1D1D1D. Windows color (decimal): -16185894 or 14288137. OLE color: 14288137.
HSL color Cylindrical-coordinate representation of color #0905DA: hue angle of 241.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905DA is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 5 | 218 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.15 |
| HSL | 241.13º | 0.96% | 0.44% | - |
| HSV(B) | 241.13º | 0.98% | 0.85% | - |
| XYZ | 12.82 | 5.23 | 66.66 | - |
| YUV | 30.48 | 233.83 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 218 | 0.96 | 0.98 | 0 | 0.15 | 241.13 | 0.96 | 0.44 |
| Hex | 9 | 5 | DA | 60 | 62 | 0 | F | F1 | 60 | 2C |
| Octal | 11 | 5 | 332 | 140 | 142 | 0 | 17 | 361 | 140 | 54 |
| Binary | 1001 | 101 | 11011010 | 1100000 | 1100010 | 0 | 1111 | 11110001 | 1100000 | 101100 |
Color Harmonies of #0905DA
Complementary color
Monochromatic Colors of #0905DA
Black with #0905DA
Text Example
Text Example
White with #0905DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905DA; }
p { color: rgb(9,5,218); }
H1.HeaderClassName
{
color: #0905DA;
}
.AnyTagClassName
{
color: #0905DA;
}
</style>
background-color css
<style>
a { background-color: #0905DA; }
a { background-color: rgb(9,5,218); }
div.DivClassName
{
background-color: #0905DA;
}
.BgClassName
{
background-color: #0905DA;
}
</style>
border-color css
<style>
span { border-color: #0905DA; }
span { border-color: rgb(9,5,218); }
td.TdClassName
{
border-color: #0905DA;
}
.TagClassName
{
border-color: #0905DA;
}
</style>