Shades of Medium Blue #0409BB
Tints of Medium Blue #0409BB
RGB
CMYK
RGB Variations
Color information
#0409BB (or 0x0409BB) is known color: Medium Blue. HEX triplet: 04, 09 and BB. RGB value is (4,9,187). Sum of RGB (Red+Green+Blue) = 4+9+187=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 187 (73.44% from 255 or 93.5% from 200); Max value from RGB is 187 - color contains mainly: blue. Hex color #0409BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0409BB is #FBF644. Grayscale: #1B1B1B. Windows color (decimal): -16512581 or 12257540. OLE color: 12257540.
HSL color Cylindrical-coordinate representation of color #0409BB: hue angle of 238.36º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0409BB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 9 | 187 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.27 |
| HSL | 238.36º | 0.96% | 0.37% | - |
| HSV(B) | 238.36º | 0.98% | 0.73% | - |
| XYZ | 9.12 | 3.81 | 47.27 | - |
| YUV | 27.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 187 | 0.98 | 0.95 | 0 | 0.27 | 238.36 | 0.96 | 0.37 |
| Hex | 4 | 9 | BB | 62 | 5F | 0 | 1B | EE | 60 | 25 |
| Octal | 4 | 11 | 273 | 142 | 137 | 0 | 33 | 356 | 140 | 45 |
| Binary | 100 | 1001 | 10111011 | 1100010 | 1011111 | 0 | 11011 | 11101110 | 1100000 | 100101 |
Color Harmonies of #0409BB
Complementary color
Monochromatic Colors of #0409BB
Black with #0409BB
Text Example
Text Example
White with #0409BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0409BB; }
p { color: rgb(4,9,187); }
H1.HeaderClassName
{
color: #0409BB;
}
.AnyTagClassName
{
color: #0409BB;
}
</style>
background-color css
<style>
a { background-color: #0409BB; }
a { background-color: rgb(4,9,187); }
div.DivClassName
{
background-color: #0409BB;
}
.BgClassName
{
background-color: #0409BB;
}
</style>
border-color css
<style>
span { border-color: #0409BB; }
span { border-color: rgb(4,9,187); }
td.TdClassName
{
border-color: #0409BB;
}
.TagClassName
{
border-color: #0409BB;
}
</style>