Shades of Medium Blue #0801BD
Tints of Medium Blue #0801BD
RGB
CMYK
RGB Variations
Color information
#0801BD (or 0x0801BD) is known color: Medium Blue. HEX triplet: 08, 01 and BD. RGB value is (8,1,189). Sum of RGB (Red+Green+Blue) = 8+1+189=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 189 (74.22% from 255 or 95.45% from 198); Max value from RGB is 189 - color contains mainly: blue. Hex color #0801BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0801BD is #F7FE42. Grayscale: #171717. Windows color (decimal): -16252483 or 12386568. OLE color: 12386568.
HSL color Cylindrical-coordinate representation of color #0801BD: hue angle of 242.23º 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 #0801BD is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 1 | 189 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.26 |
| HSL | 242.23º | 0.99% | 0.37% | - |
| HSV(B) | 242.23º | 0.99% | 0.74% | - |
| XYZ | 9.3 | 3.75 | 48.38 | - |
| YUV | 24.53 | 220.82 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 189 | 0.96 | 0.99 | 0 | 0.26 | 242.23 | 0.99 | 0.37 |
| Hex | 8 | 1 | BD | 60 | 63 | 0 | 1A | F2 | 63 | 25 |
| Octal | 10 | 1 | 275 | 140 | 143 | 0 | 32 | 362 | 143 | 45 |
| Binary | 1000 | 1 | 10111101 | 1100000 | 1100011 | 0 | 11010 | 11110010 | 1100011 | 100101 |
Color Harmonies of #0801BD
Complementary color
Monochromatic Colors of #0801BD
Black with #0801BD
Text Example
Text Example
White with #0801BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0801BD; }
p { color: rgb(8,1,189); }
H1.HeaderClassName
{
color: #0801BD;
}
.AnyTagClassName
{
color: #0801BD;
}
</style>
background-color css
<style>
a { background-color: #0801BD; }
a { background-color: rgb(8,1,189); }
div.DivClassName
{
background-color: #0801BD;
}
.BgClassName
{
background-color: #0801BD;
}
</style>
border-color css
<style>
span { border-color: #0801BD; }
span { border-color: rgb(8,1,189); }
td.TdClassName
{
border-color: #0801BD;
}
.TagClassName
{
border-color: #0801BD;
}
</style>