Shades of Medium Blue #030BBA
Tints of Medium Blue #030BBA
RGB
CMYK
RGB Variations
Color information
#030BBA (or 0x030BBA) is known color: Medium Blue. HEX triplet: 03, 0B and BA. RGB value is (3,11,186). Sum of RGB (Red+Green+Blue) = 3+11+186=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 186 (73.05% from 255 or 93% from 200); Max value from RGB is 186 - color contains mainly: blue. Hex color #030BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BBA is #FCF445. Grayscale: #1B1B1B. Windows color (decimal): -16577606 or 12192515. OLE color: 12192515.
HSL color Cylindrical-coordinate representation of color #030BBA: hue angle of 237.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BBA is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 11 | 186 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.27 |
| HSL | 237.38º | 0.97% | 0.37% | - |
| HSV(B) | 237.38º | 0.98% | 0.73% | - |
| XYZ | 9.02 | 3.8 | 46.71 | - |
| YUV | 28.56 | 216.85 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 186 | 0.98 | 0.94 | 0 | 0.27 | 237.38 | 0.97 | 0.37 |
| Hex | 3 | B | BA | 62 | 5E | 0 | 1B | ED | 61 | 25 |
| Octal | 3 | 13 | 272 | 142 | 136 | 0 | 33 | 355 | 141 | 45 |
| Binary | 11 | 1011 | 10111010 | 1100010 | 1011110 | 0 | 11011 | 11101101 | 1100001 | 100101 |
Color Harmonies of #030BBA
Complementary color
Monochromatic Colors of #030BBA
Black with #030BBA
Text Example
Text Example
White with #030BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BBA; }
p { color: rgb(3,11,186); }
H1.HeaderClassName
{
color: #030BBA;
}
.AnyTagClassName
{
color: #030BBA;
}
</style>
background-color css
<style>
a { background-color: #030BBA; }
a { background-color: rgb(3,11,186); }
div.DivClassName
{
background-color: #030BBA;
}
.BgClassName
{
background-color: #030BBA;
}
</style>
border-color css
<style>
span { border-color: #030BBA; }
span { border-color: rgb(3,11,186); }
td.TdClassName
{
border-color: #030BBA;
}
.TagClassName
{
border-color: #030BBA;
}
</style>