Shades of Medium Blue #0005BB
Tints of Medium Blue #0005BB
RGB
CMYK
RGB Variations
Color information
#0005BB (or 0x0005BB) is known color: Medium Blue. HEX triplet: 00, 05 and BB. RGB value is (0,5,187). Sum of RGB (Red+Green+Blue) = 0+5+187=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 187 (73.44% from 255 or 97.40% from 192); Max value from RGB is 187 - color contains mainly: blue. Hex color #0005BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0005BB is #FFFA44. Grayscale: #171717. Windows color (decimal): -16775749 or 12256512. OLE color: 12256512.
HSL color Cylindrical-coordinate representation of color #0005BB: hue angle of 238.4º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0005BB is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 5 | 187 | - |
| CMYK | 1 | 0.97 | 0 | 0.27 |
| HSL | 238.4º | 1% | 0.37% | - |
| HSV(B) | 238.4º | 1% | 0.73% | - |
| XYZ | 9.02 | 3.7 | 47.25 | - |
| YUV | 24.25 | 219.84 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 187 | 1 | 0.97 | 0 | 0.27 | 238.4 | 1 | 0.37 |
| Hex | 0 | 5 | BB | 64 | 61 | 0 | 1B | EE | 64 | 25 |
| Octal | 0 | 5 | 273 | 144 | 141 | 0 | 33 | 356 | 144 | 45 |
| Binary | 0 | 101 | 10111011 | 1100100 | 1100001 | 0 | 11011 | 11101110 | 1100100 | 100101 |
Color Harmonies of #0005BB
Complementary color
Monochromatic Colors of #0005BB
Black with #0005BB
Text Example
Text Example
White with #0005BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0005BB; }
p { color: rgb(0,5,187); }
H1.HeaderClassName
{
color: #0005BB;
}
.AnyTagClassName
{
color: #0005BB;
}
</style>
background-color css
<style>
a { background-color: #0005BB; }
a { background-color: rgb(0,5,187); }
div.DivClassName
{
background-color: #0005BB;
}
.BgClassName
{
background-color: #0005BB;
}
</style>
border-color css
<style>
span { border-color: #0005BB; }
span { border-color: rgb(0,5,187); }
td.TdClassName
{
border-color: #0005BB;
}
.TagClassName
{
border-color: #0005BB;
}
</style>