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