Shades of Medium Blue #0405C9
Tints of Medium Blue #0405C9
RGB
CMYK
RGB Variations
Color information
#0405C9 (or 0x0405C9) is known color: Medium Blue. HEX triplet: 04, 05 and C9. RGB value is (4,5,201). Sum of RGB (Red+Green+Blue) = 4+5+201=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 201 (78.91% from 255 or 95.71% from 210); Max value from RGB is 201 - color contains mainly: blue. Hex color #0405C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0405C9 is #FBFA36. Grayscale: #1A1A1A. Windows color (decimal): -16513591 or 13174020. OLE color: 13174020.
HSL color Cylindrical-coordinate representation of color #0405C9: hue angle of 239.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0405C9 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 5 | 201 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.21 |
| HSL | 239.7º | 0.96% | 0.4% | - |
| HSV(B) | 239.7º | 0.98% | 0.79% | - |
| XYZ | 10.65 | 4.35 | 55.54 | - |
| YUV | 27.05 | 226.17 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 201 | 0.98 | 0.98 | 0 | 0.21 | 239.7 | 0.96 | 0.4 |
| Hex | 4 | 5 | C9 | 62 | 62 | 0 | 15 | F0 | 60 | 28 |
| Octal | 4 | 5 | 311 | 142 | 142 | 0 | 25 | 360 | 140 | 50 |
| Binary | 100 | 101 | 11001001 | 1100010 | 1100010 | 0 | 10101 | 11110000 | 1100000 | 101000 |
Color Harmonies of #0405C9
Complementary color
Monochromatic Colors of #0405C9
Black with #0405C9
Text Example
Text Example
White with #0405C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0405C9; }
p { color: rgb(4,5,201); }
H1.HeaderClassName
{
color: #0405C9;
}
.AnyTagClassName
{
color: #0405C9;
}
</style>
background-color css
<style>
a { background-color: #0405C9; }
a { background-color: rgb(4,5,201); }
div.DivClassName
{
background-color: #0405C9;
}
.BgClassName
{
background-color: #0405C9;
}
</style>
border-color css
<style>
span { border-color: #0405C9; }
span { border-color: rgb(4,5,201); }
td.TdClassName
{
border-color: #0405C9;
}
.TagClassName
{
border-color: #0405C9;
}
</style>