Shades of Medium Blue #0413BB
Tints of Medium Blue #0413BB
RGB
CMYK
RGB Variations
Color information
#0413BB (or 0x0413BB) is known color: Medium Blue. HEX triplet: 04, 13 and BB. RGB value is (4,19,187). Sum of RGB (Red+Green+Blue) = 4+19+187=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #0413BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0413BB is #FBEC44. Grayscale: #202020. Windows color (decimal): -16510021 or 12260100. OLE color: 12260100.
HSL color Cylindrical-coordinate representation of color #0413BB: hue angle of 235.08º 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 #0413BB is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 19 | 187 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.27 |
| HSL | 235.08º | 0.96% | 0.37% | - |
| HSV(B) | 235.08º | 0.98% | 0.73% | - |
| XYZ | 9.25 | 4.08 | 47.31 | - |
| YUV | 33.67 | 214.53 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 187 | 0.98 | 0.90 | 0 | 0.27 | 235.08 | 0.96 | 0.37 |
| Hex | 4 | 13 | BB | 62 | 5A | 0 | 1B | EB | 60 | 25 |
| Octal | 4 | 23 | 273 | 142 | 132 | 0 | 33 | 353 | 140 | 45 |
| Binary | 100 | 10011 | 10111011 | 1100010 | 1011010 | 0 | 11011 | 11101011 | 1100000 | 100101 |
Color Harmonies of #0413BB
Complementary color
Monochromatic Colors of #0413BB
Black with #0413BB
Text Example
Text Example
White with #0413BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0413BB; }
p { color: rgb(4,19,187); }
H1.HeaderClassName
{
color: #0413BB;
}
.AnyTagClassName
{
color: #0413BB;
}
</style>
background-color css
<style>
a { background-color: #0413BB; }
a { background-color: rgb(4,19,187); }
div.DivClassName
{
background-color: #0413BB;
}
.BgClassName
{
background-color: #0413BB;
}
</style>
border-color css
<style>
span { border-color: #0413BB; }
span { border-color: rgb(4,19,187); }
td.TdClassName
{
border-color: #0413BB;
}
.TagClassName
{
border-color: #0413BB;
}
</style>