Shades of Medium Blue #0301BC
Tints of Medium Blue #0301BC
RGB
CMYK
RGB Variations
Color information
#0301BC (or 0x0301BC) is known color: Medium Blue. HEX triplet: 03, 01 and BC. RGB value is (3,1,188). Sum of RGB (Red+Green+Blue) = 3+1+188=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 188 (73.83% from 255 or 97.92% from 192); Max value from RGB is 188 - color contains mainly: blue. Hex color #0301BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0301BC is #FCFE43. Grayscale: #161616. Windows color (decimal): -16580164 or 12321027. OLE color: 12321027.
HSL color Cylindrical-coordinate representation of color #0301BC: hue angle of 240.64º 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 #0301BC is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 1 | 188 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.26 |
| HSL | 240.64º | 0.99% | 0.37% | - |
| HSV(B) | 240.64º | 0.99% | 0.74% | - |
| XYZ | 9.13 | 3.67 | 47.8 | - |
| YUV | 22.92 | 221.16 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 188 | 0.98 | 0.99 | 0 | 0.26 | 240.64 | 0.99 | 0.37 |
| Hex | 3 | 1 | BC | 62 | 63 | 0 | 1A | F1 | 63 | 25 |
| Octal | 3 | 1 | 274 | 142 | 143 | 0 | 32 | 361 | 143 | 45 |
| Binary | 11 | 1 | 10111100 | 1100010 | 1100011 | 0 | 11010 | 11110001 | 1100011 | 100101 |
Color Harmonies of #0301BC
Complementary color
Monochromatic Colors of #0301BC
Black with #0301BC
Text Example
Text Example
White with #0301BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0301BC; }
p { color: rgb(3,1,188); }
H1.HeaderClassName
{
color: #0301BC;
}
.AnyTagClassName
{
color: #0301BC;
}
</style>
background-color css
<style>
a { background-color: #0301BC; }
a { background-color: rgb(3,1,188); }
div.DivClassName
{
background-color: #0301BC;
}
.BgClassName
{
background-color: #0301BC;
}
</style>
border-color css
<style>
span { border-color: #0301BC; }
span { border-color: rgb(3,1,188); }
td.TdClassName
{
border-color: #0301BC;
}
.TagClassName
{
border-color: #0301BC;
}
</style>