Shades of Medium Blue #0601B9
Tints of Medium Blue #0601B9
RGB
CMYK
RGB Variations
Color information
#0601B9 (or 0x0601B9) is known color: Medium Blue. HEX triplet: 06, 01 and B9. RGB value is (6,1,185). Sum of RGB (Red+Green+Blue) = 6+1+185=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 185 (72.66% from 255 or 96.35% from 192); Max value from RGB is 185 - color contains mainly: blue. Hex color #0601B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0601B9 is #F9FE46. Grayscale: #161616. Windows color (decimal): -16383559 or 12124422. OLE color: 12124422.
HSL color Cylindrical-coordinate representation of color #0601B9: hue angle of 241.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0601B9 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 1 | 185 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.27 |
| HSL | 241.63º | 0.99% | 0.36% | - |
| HSV(B) | 241.63º | 0.99% | 0.73% | - |
| XYZ | 8.84 | 3.56 | 46.12 | - |
| YUV | 23.47 | 219.16 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 185 | 0.97 | 0.99 | 0 | 0.27 | 241.63 | 0.99 | 0.36 |
| Hex | 6 | 1 | B9 | 61 | 63 | 0 | 1B | F2 | 63 | 24 |
| Octal | 6 | 1 | 271 | 141 | 143 | 0 | 33 | 362 | 143 | 44 |
| Binary | 110 | 1 | 10111001 | 1100001 | 1100011 | 0 | 11011 | 11110010 | 1100011 | 100100 |
Color Harmonies of #0601B9
Complementary color
Monochromatic Colors of #0601B9
Black with #0601B9
Text Example
Text Example
White with #0601B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0601B9; }
p { color: rgb(6,1,185); }
H1.HeaderClassName
{
color: #0601B9;
}
.AnyTagClassName
{
color: #0601B9;
}
</style>
background-color css
<style>
a { background-color: #0601B9; }
a { background-color: rgb(6,1,185); }
div.DivClassName
{
background-color: #0601B9;
}
.BgClassName
{
background-color: #0601B9;
}
</style>
border-color css
<style>
span { border-color: #0601B9; }
span { border-color: rgb(6,1,185); }
td.TdClassName
{
border-color: #0601B9;
}
.TagClassName
{
border-color: #0601B9;
}
</style>