Shades of Medium Blue #0008BC
Tints of Medium Blue #0008BC
RGB
CMYK
RGB Variations
Color information
#0008BC (or 0x0008BC) is known color: Medium Blue. HEX triplet: 00, 08 and BC. RGB value is (0,8,188). Sum of RGB (Red+Green+Blue) = 0+8+188=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 188 (73.83% from 255 or 95.92% from 196); Max value from RGB is 188 - color contains mainly: blue. Hex color #0008BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008BC is #FFF743. Grayscale: #191919. Windows color (decimal): -16774980 or 12322816. OLE color: 12322816.
HSL color Cylindrical-coordinate representation of color #0008BC: hue angle of 237.45º 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 #0008BC is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 8 | 188 | - |
| CMYK | 1 | 0.96 | 0 | 0.26 |
| HSL | 237.45º | 1% | 0.37% | - |
| HSV(B) | 237.45º | 1% | 0.74% | - |
| XYZ | 9.16 | 3.8 | 47.83 | - |
| YUV | 26.13 | 219.35 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 188 | 1 | 0.96 | 0 | 0.26 | 237.45 | 1 | 0.37 |
| Hex | 0 | 8 | BC | 64 | 60 | 0 | 1A | ED | 64 | 25 |
| Octal | 0 | 10 | 274 | 144 | 140 | 0 | 32 | 355 | 144 | 45 |
| Binary | 0 | 1000 | 10111100 | 1100100 | 1100000 | 0 | 11010 | 11101101 | 1100100 | 100101 |
Color Harmonies of #0008BC
Complementary color
Monochromatic Colors of #0008BC
Black with #0008BC
Text Example
Text Example
White with #0008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0008BC; }
p { color: rgb(0,8,188); }
H1.HeaderClassName
{
color: #0008BC;
}
.AnyTagClassName
{
color: #0008BC;
}
</style>
background-color css
<style>
a { background-color: #0008BC; }
a { background-color: rgb(0,8,188); }
div.DivClassName
{
background-color: #0008BC;
}
.BgClassName
{
background-color: #0008BC;
}
</style>
border-color css
<style>
span { border-color: #0008BC; }
span { border-color: rgb(0,8,188); }
td.TdClassName
{
border-color: #0008BC;
}
.TagClassName
{
border-color: #0008BC;
}
</style>