Shades of Medium Blue #0B04B5
Tints of Medium Blue #0B04B5
RGB
CMYK
RGB Variations
Color information
#0B04B5 (or 0x0B04B5) is known color: Medium Blue. HEX triplet: 0B, 04 and B5. RGB value is (11,4,181). Sum of RGB (Red+Green+Blue) = 11+4+181=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 181 (71.09% from 255 or 92.35% from 196); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B04B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B04B5 is #F4FB4A. Grayscale: #191919. Windows color (decimal): -16055115 or 11863051. OLE color: 11863051.
HSL color Cylindrical-coordinate representation of color #0B04B5: hue angle of 242.37º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B04B5 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 4 | 181 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.29 |
| HSL | 242.37º | 0.96% | 0.36% | - |
| HSV(B) | 242.37º | 0.98% | 0.71% | - |
| XYZ | 8.52 | 3.49 | 43.94 | - |
| YUV | 26.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 181 | 0.94 | 0.98 | 0 | 0.29 | 242.37 | 0.96 | 0.36 |
| Hex | B | 4 | B5 | 5E | 62 | 0 | 1D | F2 | 60 | 24 |
| Octal | 13 | 4 | 265 | 136 | 142 | 0 | 35 | 362 | 140 | 44 |
| Binary | 1011 | 100 | 10110101 | 1011110 | 1100010 | 0 | 11101 | 11110010 | 1100000 | 100100 |
Color Harmonies of #0B04B5
Complementary color
Monochromatic Colors of #0B04B5
Black with #0B04B5
Text Example
Text Example
White with #0B04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B04B5; }
p { color: rgb(11,4,181); }
H1.HeaderClassName
{
color: #0B04B5;
}
.AnyTagClassName
{
color: #0B04B5;
}
</style>
background-color css
<style>
a { background-color: #0B04B5; }
a { background-color: rgb(11,4,181); }
div.DivClassName
{
background-color: #0B04B5;
}
.BgClassName
{
background-color: #0B04B5;
}
</style>
border-color css
<style>
span { border-color: #0B04B5; }
span { border-color: rgb(11,4,181); }
td.TdClassName
{
border-color: #0B04B5;
}
.TagClassName
{
border-color: #0B04B5;
}
</style>