Shades of Medium Blue #0801BC
Tints of Medium Blue #0801BC
RGB
CMYK
RGB Variations
Color information
#0801BC (or 0x0801BC) is known color: Medium Blue. HEX triplet: 08, 01 and BC. RGB value is (8,1,188). Sum of RGB (Red+Green+Blue) = 8+1+188=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 188 (73.83% from 255 or 95.43% from 197); Max value from RGB is 188 - color contains mainly: blue. Hex color #0801BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0801BC is #F7FE43. Grayscale: #171717. Windows color (decimal): -16252484 or 12321032. OLE color: 12321032.
HSL color Cylindrical-coordinate representation of color #0801BC: hue angle of 242.25º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0801BC is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 1 | 188 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.26 |
| HSL | 242.25º | 0.99% | 0.37% | - |
| HSV(B) | 242.25º | 0.99% | 0.74% | - |
| XYZ | 9.19 | 3.7 | 47.81 | - |
| YUV | 24.41 | 220.32 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 188 | 0.96 | 0.99 | 0 | 0.26 | 242.25 | 0.99 | 0.37 |
| Hex | 8 | 1 | BC | 60 | 63 | 0 | 1A | F2 | 63 | 25 |
| Octal | 10 | 1 | 274 | 140 | 143 | 0 | 32 | 362 | 143 | 45 |
| Binary | 1000 | 1 | 10111100 | 1100000 | 1100011 | 0 | 11010 | 11110010 | 1100011 | 100101 |
Color Harmonies of #0801BC
Complementary color
Monochromatic Colors of #0801BC
Black with #0801BC
Text Example
Text Example
White with #0801BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0801BC; }
p { color: rgb(8,1,188); }
H1.HeaderClassName
{
color: #0801BC;
}
.AnyTagClassName
{
color: #0801BC;
}
</style>
background-color css
<style>
a { background-color: #0801BC; }
a { background-color: rgb(8,1,188); }
div.DivClassName
{
background-color: #0801BC;
}
.BgClassName
{
background-color: #0801BC;
}
</style>
border-color css
<style>
span { border-color: #0801BC; }
span { border-color: rgb(8,1,188); }
td.TdClassName
{
border-color: #0801BC;
}
.TagClassName
{
border-color: #0801BC;
}
</style>