Shades of Medium Blue #0315B9
Tints of Medium Blue #0315B9
RGB
CMYK
RGB Variations
Color information
#0315B9 (or 0x0315B9) is known color: Medium Blue. HEX triplet: 03, 15 and B9. RGB value is (3,21,185). Sum of RGB (Red+Green+Blue) = 3+21+185=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 185 (72.66% from 255 or 88.52% from 209); Max value from RGB is 185 - color contains mainly: blue. Hex color #0315B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0315B9 is #FCEA46. Grayscale: #212121. Windows color (decimal): -16575047 or 12129539. OLE color: 12129539.
HSL color Cylindrical-coordinate representation of color #0315B9: hue angle of 234.07º 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 #0315B9 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 21 | 185 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.27 |
| HSL | 234.07º | 0.97% | 0.37% | - |
| HSV(B) | 234.07º | 0.98% | 0.73% | - |
| XYZ | 9.06 | 4.06 | 46.2 | - |
| YUV | 34.31 | 213.04 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 185 | 0.98 | 0.89 | 0 | 0.27 | 234.07 | 0.97 | 0.37 |
| Hex | 3 | 15 | B9 | 62 | 59 | 0 | 1B | EA | 61 | 25 |
| Octal | 3 | 25 | 271 | 142 | 131 | 0 | 33 | 352 | 141 | 45 |
| Binary | 11 | 10101 | 10111001 | 1100010 | 1011001 | 0 | 11011 | 11101010 | 1100001 | 100101 |
Color Harmonies of #0315B9
Complementary color
Monochromatic Colors of #0315B9
Black with #0315B9
Text Example
Text Example
White with #0315B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0315B9; }
p { color: rgb(3,21,185); }
H1.HeaderClassName
{
color: #0315B9;
}
.AnyTagClassName
{
color: #0315B9;
}
</style>
background-color css
<style>
a { background-color: #0315B9; }
a { background-color: rgb(3,21,185); }
div.DivClassName
{
background-color: #0315B9;
}
.BgClassName
{
background-color: #0315B9;
}
</style>
border-color css
<style>
span { border-color: #0315B9; }
span { border-color: rgb(3,21,185); }
td.TdClassName
{
border-color: #0315B9;
}
.TagClassName
{
border-color: #0315B9;
}
</style>