Shades of Medium Blue #0005BC
Tints of Medium Blue #0005BC
RGB
CMYK
RGB Variations
Color information
#0005BC (or 0x0005BC) is known color: Medium Blue. HEX triplet: 00, 05 and BC. RGB value is (0,5,188). Sum of RGB (Red+Green+Blue) = 0+5+188=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 188 (73.83% from 255 or 97.41% from 193); Max value from RGB is 188 - color contains mainly: blue. Hex color #0005BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0005BC is #FFFA43. Grayscale: #171717. Windows color (decimal): -16775748 or 12322048. OLE color: 12322048.
HSL color Cylindrical-coordinate representation of color #0005BC: hue angle of 238.4º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0005BC is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 5 | 188 | - |
| CMYK | 1 | 0.97 | 0 | 0.26 |
| HSL | 238.4º | 1% | 0.37% | - |
| HSV(B) | 238.4º | 1% | 0.74% | - |
| XYZ | 9.13 | 3.74 | 47.82 | - |
| YUV | 24.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 188 | 1 | 0.97 | 0 | 0.26 | 238.4 | 1 | 0.37 |
| Hex | 0 | 5 | BC | 64 | 61 | 0 | 1A | EE | 64 | 25 |
| Octal | 0 | 5 | 274 | 144 | 141 | 0 | 32 | 356 | 144 | 45 |
| Binary | 0 | 101 | 10111100 | 1100100 | 1100001 | 0 | 11010 | 11101110 | 1100100 | 100101 |
Color Harmonies of #0005BC
Complementary color
Monochromatic Colors of #0005BC
Black with #0005BC
Text Example
Text Example
White with #0005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0005BC; }
p { color: rgb(0,5,188); }
H1.HeaderClassName
{
color: #0005BC;
}
.AnyTagClassName
{
color: #0005BC;
}
</style>
background-color css
<style>
a { background-color: #0005BC; }
a { background-color: rgb(0,5,188); }
div.DivClassName
{
background-color: #0005BC;
}
.BgClassName
{
background-color: #0005BC;
}
</style>
border-color css
<style>
span { border-color: #0005BC; }
span { border-color: rgb(0,5,188); }
td.TdClassName
{
border-color: #0005BC;
}
.TagClassName
{
border-color: #0005BC;
}
</style>