Shades of Medium Blue #0309BA
Tints of Medium Blue #0309BA
RGB
CMYK
RGB Variations
Color information
#0309BA (or 0x0309BA) is known color: Medium Blue. HEX triplet: 03, 09 and BA. RGB value is (3,9,186). Sum of RGB (Red+Green+Blue) = 3+9+186=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 186 (73.05% from 255 or 93.94% from 198); Max value from RGB is 186 - color contains mainly: blue. Hex color #0309BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0309BA is #FCF645. Grayscale: #1A1A1A. Windows color (decimal): -16578118 or 12192003. OLE color: 12192003.
HSL color Cylindrical-coordinate representation of color #0309BA: hue angle of 238.03º 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 #0309BA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 9 | 186 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.27 |
| HSL | 238.03º | 0.97% | 0.37% | - |
| HSV(B) | 238.03º | 0.98% | 0.73% | - |
| XYZ | 9 | 3.76 | 46.71 | - |
| YUV | 27.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 186 | 0.98 | 0.95 | 0 | 0.27 | 238.03 | 0.97 | 0.37 |
| Hex | 3 | 9 | BA | 62 | 5F | 0 | 1B | EE | 61 | 25 |
| Octal | 3 | 11 | 272 | 142 | 137 | 0 | 33 | 356 | 141 | 45 |
| Binary | 11 | 1001 | 10111010 | 1100010 | 1011111 | 0 | 11011 | 11101110 | 1100001 | 100101 |
Color Harmonies of #0309BA
Complementary color
Monochromatic Colors of #0309BA
Black with #0309BA
Text Example
Text Example
White with #0309BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0309BA; }
p { color: rgb(3,9,186); }
H1.HeaderClassName
{
color: #0309BA;
}
.AnyTagClassName
{
color: #0309BA;
}
</style>
background-color css
<style>
a { background-color: #0309BA; }
a { background-color: rgb(3,9,186); }
div.DivClassName
{
background-color: #0309BA;
}
.BgClassName
{
background-color: #0309BA;
}
</style>
border-color css
<style>
span { border-color: #0309BA; }
span { border-color: rgb(3,9,186); }
td.TdClassName
{
border-color: #0309BA;
}
.TagClassName
{
border-color: #0309BA;
}
</style>