Shades of Medium Blue #0719BF
Tints of Medium Blue #0719BF
RGB
CMYK
RGB Variations
Color information
#0719BF (or 0x0719BF) is known color: Medium Blue. HEX triplet: 07, 19 and BF. RGB value is (7,25,191). Sum of RGB (Red+Green+Blue) = 7+25+191=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 191 (75% from 255 or 85.65% from 223); Max value from RGB is 191 - color contains mainly: blue. Hex color #0719BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0719BF is #F8E640. Grayscale: #252525. Windows color (decimal): -16311873 or 12523783. OLE color: 12523783.
HSL color Cylindrical-coordinate representation of color #0719BF: hue angle of 234.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0719BF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 25 | 191 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.25 |
| HSL | 234.13º | 0.93% | 0.39% | - |
| HSV(B) | 234.13º | 0.96% | 0.75% | - |
| XYZ | 9.84 | 4.5 | 49.64 | - |
| YUV | 38.54 | 214.04 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 191 | 0.96 | 0.87 | 0 | 0.25 | 234.13 | 0.93 | 0.39 |
| Hex | 7 | 19 | BF | 60 | 57 | 0 | 19 | EA | 5D | 27 |
| Octal | 7 | 31 | 277 | 140 | 127 | 0 | 31 | 352 | 135 | 47 |
| Binary | 111 | 11001 | 10111111 | 1100000 | 1010111 | 0 | 11001 | 11101010 | 1011101 | 100111 |
Color Harmonies of #0719BF
Complementary color
Monochromatic Colors of #0719BF
Black with #0719BF
Text Example
Text Example
White with #0719BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0719BF; }
p { color: rgb(7,25,191); }
H1.HeaderClassName
{
color: #0719BF;
}
.AnyTagClassName
{
color: #0719BF;
}
</style>
background-color css
<style>
a { background-color: #0719BF; }
a { background-color: rgb(7,25,191); }
div.DivClassName
{
background-color: #0719BF;
}
.BgClassName
{
background-color: #0719BF;
}
</style>
border-color css
<style>
span { border-color: #0719BF; }
span { border-color: rgb(7,25,191); }
td.TdClassName
{
border-color: #0719BF;
}
.TagClassName
{
border-color: #0719BF;
}
</style>