Shades of Medium Blue #030BC6
Tints of Medium Blue #030BC6
RGB
CMYK
RGB Variations
Color information
#030BC6 (or 0x030BC6) is known color: Medium Blue. HEX triplet: 03, 0B and C6. RGB value is (3,11,198). Sum of RGB (Red+Green+Blue) = 3+11+198=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 198 (77.73% from 255 or 93.40% from 212); Max value from RGB is 198 - color contains mainly: blue. Hex color #030BC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BC6 is #FCF439. Grayscale: #1D1D1D. Windows color (decimal): -16577594 or 12978947. OLE color: 12978947.
HSL color Cylindrical-coordinate representation of color #030BC6: hue angle of 237.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BC6 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 11 | 198 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.22 |
| HSL | 237.54º | 0.97% | 0.39% | - |
| HSV(B) | 237.54º | 0.98% | 0.78% | - |
| XYZ | 10.35 | 4.34 | 53.72 | - |
| YUV | 29.93 | 222.85 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 198 | 0.98 | 0.94 | 0 | 0.22 | 237.54 | 0.97 | 0.39 |
| Hex | 3 | B | C6 | 62 | 5E | 0 | 16 | EE | 61 | 27 |
| Octal | 3 | 13 | 306 | 142 | 136 | 0 | 26 | 356 | 141 | 47 |
| Binary | 11 | 1011 | 11000110 | 1100010 | 1011110 | 0 | 10110 | 11101110 | 1100001 | 100111 |
Color Harmonies of #030BC6
Complementary color
Monochromatic Colors of #030BC6
Black with #030BC6
Text Example
Text Example
White with #030BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BC6; }
p { color: rgb(3,11,198); }
H1.HeaderClassName
{
color: #030BC6;
}
.AnyTagClassName
{
color: #030BC6;
}
</style>
background-color css
<style>
a { background-color: #030BC6; }
a { background-color: rgb(3,11,198); }
div.DivClassName
{
background-color: #030BC6;
}
.BgClassName
{
background-color: #030BC6;
}
</style>
border-color css
<style>
span { border-color: #030BC6; }
span { border-color: rgb(3,11,198); }
td.TdClassName
{
border-color: #030BC6;
}
.TagClassName
{
border-color: #030BC6;
}
</style>