Shades of Medium Blue #0905BF
Tints of Medium Blue #0905BF
RGB
CMYK
RGB Variations
Color information
#0905BF (or 0x0905BF) is known color: Medium Blue. HEX triplet: 09, 05 and BF. RGB value is (9,5,191). Sum of RGB (Red+Green+Blue) = 9+5+191=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 191 (75% from 255 or 93.17% from 205); Max value from RGB is 191 - color contains mainly: blue. Hex color #0905BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0905BF is #F6FA40. Grayscale: #1A1A1A. Windows color (decimal): -16185921 or 12518665. OLE color: 12518665.
HSL color Cylindrical-coordinate representation of color #0905BF: hue angle of 241.29º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0905BF is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 5 | 191 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.25 |
| HSL | 241.29º | 0.95% | 0.38% | - |
| HSV(B) | 241.29º | 0.97% | 0.75% | - |
| XYZ | 9.57 | 3.93 | 49.54 | - |
| YUV | 27.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 191 | 0.95 | 0.97 | 0 | 0.25 | 241.29 | 0.95 | 0.38 |
| Hex | 9 | 5 | BF | 5F | 61 | 0 | 19 | F1 | 5F | 26 |
| Octal | 11 | 5 | 277 | 137 | 141 | 0 | 31 | 361 | 137 | 46 |
| Binary | 1001 | 101 | 10111111 | 1011111 | 1100001 | 0 | 11001 | 11110001 | 1011111 | 100110 |
Color Harmonies of #0905BF
Complementary color
Monochromatic Colors of #0905BF
Black with #0905BF
Text Example
Text Example
White with #0905BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905BF; }
p { color: rgb(9,5,191); }
H1.HeaderClassName
{
color: #0905BF;
}
.AnyTagClassName
{
color: #0905BF;
}
</style>
background-color css
<style>
a { background-color: #0905BF; }
a { background-color: rgb(9,5,191); }
div.DivClassName
{
background-color: #0905BF;
}
.BgClassName
{
background-color: #0905BF;
}
</style>
border-color css
<style>
span { border-color: #0905BF; }
span { border-color: rgb(9,5,191); }
td.TdClassName
{
border-color: #0905BF;
}
.TagClassName
{
border-color: #0905BF;
}
</style>