Shades of Medium Blue #0300B6
Tints of Medium Blue #0300B6
RGB
CMYK
RGB Variations
Color information
#0300B6 (or 0x0300B6) is known color: Medium Blue. HEX triplet: 03, 00 and B6. RGB value is (3,0,182). Sum of RGB (Red+Green+Blue) = 3+0+182=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 182 (71.48% from 255 or 98.38% from 185); Max value from RGB is 182 - color contains mainly: blue. Hex color #0300B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0300B6 is #FCFF49. Grayscale: #141414. Windows color (decimal): -16580426 or 11927555. OLE color: 11927555.
HSL color Cylindrical-coordinate representation of color #0300B6: hue angle of 240.99º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300B6 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 0 | 182 | - |
| CMYK | 0.98 | 1 | 0 | 0.29 |
| HSL | 240.99º | 1% | 0.36% | - |
| HSV(B) | 240.99º | 1% | 0.71% | - |
| XYZ | 8.48 | 3.4 | 44.46 | - |
| YUV | 21.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 182 | 0.98 | 1 | 0 | 0.29 | 240.99 | 1 | 0.36 |
| Hex | 3 | 0 | B6 | 62 | 64 | 0 | 1D | F1 | 64 | 24 |
| Octal | 3 | 0 | 266 | 142 | 144 | 0 | 35 | 361 | 144 | 44 |
| Binary | 11 | 0 | 10110110 | 1100010 | 1100100 | 0 | 11101 | 11110001 | 1100100 | 100100 |
Color Harmonies of #0300B6
Complementary color
Monochromatic Colors of #0300B6
Black with #0300B6
Text Example
Text Example
White with #0300B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300B6; }
p { color: rgb(3,0,182); }
H1.HeaderClassName
{
color: #0300B6;
}
.AnyTagClassName
{
color: #0300B6;
}
</style>
background-color css
<style>
a { background-color: #0300B6; }
a { background-color: rgb(3,0,182); }
div.DivClassName
{
background-color: #0300B6;
}
.BgClassName
{
background-color: #0300B6;
}
</style>
border-color css
<style>
span { border-color: #0300B6; }
span { border-color: rgb(3,0,182); }
td.TdClassName
{
border-color: #0300B6;
}
.TagClassName
{
border-color: #0300B6;
}
</style>