Shades of Medium Blue #0314BA
Tints of Medium Blue #0314BA
RGB
CMYK
RGB Variations
Color information
#0314BA (or 0x0314BA) is known color: Medium Blue. HEX triplet: 03, 14 and BA. RGB value is (3,20,186). Sum of RGB (Red+Green+Blue) = 3+20+186=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0314BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314BA is #FCEB45. Grayscale: #212121. Windows color (decimal): -16575302 or 12194819. OLE color: 12194819.
HSL color Cylindrical-coordinate representation of color #0314BA: hue angle of 234.43º 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 #0314BA is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 20 | 186 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.27 |
| HSL | 234.43º | 0.97% | 0.37% | - |
| HSV(B) | 234.43º | 0.98% | 0.73% | - |
| XYZ | 9.15 | 4.06 | 46.76 | - |
| YUV | 33.84 | 213.87 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 186 | 0.98 | 0.89 | 0 | 0.27 | 234.43 | 0.97 | 0.37 |
| Hex | 3 | 14 | BA | 62 | 59 | 0 | 1B | EA | 61 | 25 |
| Octal | 3 | 24 | 272 | 142 | 131 | 0 | 33 | 352 | 141 | 45 |
| Binary | 11 | 10100 | 10111010 | 1100010 | 1011001 | 0 | 11011 | 11101010 | 1100001 | 100101 |
Color Harmonies of #0314BA
Complementary color
Monochromatic Colors of #0314BA
Black with #0314BA
Text Example
Text Example
White with #0314BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0314BA; }
p { color: rgb(3,20,186); }
H1.HeaderClassName
{
color: #0314BA;
}
.AnyTagClassName
{
color: #0314BA;
}
</style>
background-color css
<style>
a { background-color: #0314BA; }
a { background-color: rgb(3,20,186); }
div.DivClassName
{
background-color: #0314BA;
}
.BgClassName
{
background-color: #0314BA;
}
</style>
border-color css
<style>
span { border-color: #0314BA; }
span { border-color: rgb(3,20,186); }
td.TdClassName
{
border-color: #0314BA;
}
.TagClassName
{
border-color: #0314BA;
}
</style>