Shades of Medium Blue #030AB5
Tints of Medium Blue #030AB5
RGB
CMYK
RGB Variations
Color information
#030AB5 (or 0x030AB5) is known color: Medium Blue. HEX triplet: 03, 0A and B5. RGB value is (3,10,181). Sum of RGB (Red+Green+Blue) = 3+10+181=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 181 (71.09% from 255 or 93.30% from 194); Max value from RGB is 181 - color contains mainly: blue. Hex color #030AB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030AB5 is #FCF54A. Grayscale: #1A1A1A. Windows color (decimal): -16577867 or 11864579. OLE color: 11864579.
HSL color Cylindrical-coordinate representation of color #030AB5: hue angle of 237.64º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030AB5 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 10 | 181 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.29 |
| HSL | 237.64º | 0.97% | 0.36% | - |
| HSV(B) | 237.64º | 0.98% | 0.71% | - |
| XYZ | 8.49 | 3.57 | 43.96 | - |
| YUV | 27.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 181 | 0.98 | 0.94 | 0 | 0.29 | 237.64 | 0.97 | 0.36 |
| Hex | 3 | A | B5 | 62 | 5E | 0 | 1D | EE | 61 | 24 |
| Octal | 3 | 12 | 265 | 142 | 136 | 0 | 35 | 356 | 141 | 44 |
| Binary | 11 | 1010 | 10110101 | 1100010 | 1011110 | 0 | 11101 | 11101110 | 1100001 | 100100 |
Color Harmonies of #030AB5
Complementary color
Monochromatic Colors of #030AB5
Black with #030AB5
Text Example
Text Example
White with #030AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030AB5; }
p { color: rgb(3,10,181); }
H1.HeaderClassName
{
color: #030AB5;
}
.AnyTagClassName
{
color: #030AB5;
}
</style>
background-color css
<style>
a { background-color: #030AB5; }
a { background-color: rgb(3,10,181); }
div.DivClassName
{
background-color: #030AB5;
}
.BgClassName
{
background-color: #030AB5;
}
</style>
border-color css
<style>
span { border-color: #030AB5; }
span { border-color: rgb(3,10,181); }
td.TdClassName
{
border-color: #030AB5;
}
.TagClassName
{
border-color: #030AB5;
}
</style>