Shades of Medium Blue #0300D1
Tints of Medium Blue #0300D1
RGB
CMYK
RGB Variations
Color information
#0300D1 (or 0x0300D1) is known color: Medium Blue. HEX triplet: 03, 00 and D1. RGB value is (3,0,209). Sum of RGB (Red+Green+Blue) = 3+0+209=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 209 (82.03% from 255 or 98.58% from 212); Max value from RGB is 209 - color contains mainly: blue. Hex color #0300D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0300D1 is #FCFF2E. Grayscale: #171717. Windows color (decimal): -16580399 or 13697027. OLE color: 13697027.
HSL color Cylindrical-coordinate representation of color #0300D1: hue angle of 240.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300D1 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 0 | 209 | - |
| CMYK | 0.99 | 1 | 0 | 0.18 |
| HSL | 240.86º | 1% | 0.41% | - |
| HSV(B) | 240.86º | 1% | 0.82% | - |
| XYZ | 11.55 | 4.62 | 60.61 | - |
| YUV | 24.72 | 231.99 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 209 | 0.99 | 1 | 0 | 0.18 | 240.86 | 1 | 0.41 |
| Hex | 3 | 0 | D1 | 63 | 64 | 0 | 12 | F1 | 64 | 29 |
| Octal | 3 | 0 | 321 | 143 | 144 | 0 | 22 | 361 | 144 | 51 |
| Binary | 11 | 0 | 11010001 | 1100011 | 1100100 | 0 | 10010 | 11110001 | 1100100 | 101001 |
Color Harmonies of #0300D1
Complementary color
Monochromatic Colors of #0300D1
Black with #0300D1
Text Example
Text Example
White with #0300D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300D1; }
p { color: rgb(3,0,209); }
H1.HeaderClassName
{
color: #0300D1;
}
.AnyTagClassName
{
color: #0300D1;
}
</style>
background-color css
<style>
a { background-color: #0300D1; }
a { background-color: rgb(3,0,209); }
div.DivClassName
{
background-color: #0300D1;
}
.BgClassName
{
background-color: #0300D1;
}
</style>
border-color css
<style>
span { border-color: #0300D1; }
span { border-color: rgb(3,0,209); }
td.TdClassName
{
border-color: #0300D1;
}
.TagClassName
{
border-color: #0300D1;
}
</style>