Shades of Medium Blue #0405BD
Tints of Medium Blue #0405BD
RGB
CMYK
RGB Variations
Color information
#0405BD (or 0x0405BD) is known color: Medium Blue. HEX triplet: 04, 05 and BD. RGB value is (4,5,189). Sum of RGB (Red+Green+Blue) = 4+5+189=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 189 (74.22% from 255 or 95.45% from 198); Max value from RGB is 189 - color contains mainly: blue. Hex color #0405BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0405BD is #FBFA42. Grayscale: #181818. Windows color (decimal): -16513603 or 12387588. OLE color: 12387588.
HSL color Cylindrical-coordinate representation of color #0405BD: hue angle of 239.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0405BD is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 5 | 189 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.26 |
| HSL | 239.68º | 0.96% | 0.38% | - |
| HSV(B) | 239.68º | 0.98% | 0.74% | - |
| XYZ | 9.29 | 3.81 | 48.39 | - |
| YUV | 25.68 | 220.17 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 189 | 0.98 | 0.97 | 0 | 0.26 | 239.68 | 0.96 | 0.38 |
| Hex | 4 | 5 | BD | 62 | 61 | 0 | 1A | F0 | 60 | 26 |
| Octal | 4 | 5 | 275 | 142 | 141 | 0 | 32 | 360 | 140 | 46 |
| Binary | 100 | 101 | 10111101 | 1100010 | 1100001 | 0 | 11010 | 11110000 | 1100000 | 100110 |
Color Harmonies of #0405BD
Complementary color
Monochromatic Colors of #0405BD
Black with #0405BD
Text Example
Text Example
White with #0405BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0405BD; }
p { color: rgb(4,5,189); }
H1.HeaderClassName
{
color: #0405BD;
}
.AnyTagClassName
{
color: #0405BD;
}
</style>
background-color css
<style>
a { background-color: #0405BD; }
a { background-color: rgb(4,5,189); }
div.DivClassName
{
background-color: #0405BD;
}
.BgClassName
{
background-color: #0405BD;
}
</style>
border-color css
<style>
span { border-color: #0405BD; }
span { border-color: rgb(4,5,189); }
td.TdClassName
{
border-color: #0405BD;
}
.TagClassName
{
border-color: #0405BD;
}
</style>