Shades of Medium Blue #0712BD
Tints of Medium Blue #0712BD
RGB
CMYK
RGB Variations
Color information
#0712BD (or 0x0712BD) is known color: Medium Blue. HEX triplet: 07, 12 and BD. RGB value is (7,18,189). Sum of RGB (Red+Green+Blue) = 7+18+189=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 189 (74.22% from 255 or 88.32% from 214); Max value from RGB is 189 - color contains mainly: blue. Hex color #0712BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0712BD is #F8ED42. Grayscale: #212121. Windows color (decimal): -16313667 or 12390919. OLE color: 12390919.
HSL color Cylindrical-coordinate representation of color #0712BD: hue angle of 236.37º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0712BD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 18 | 189 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.26 |
| HSL | 236.37º | 0.93% | 0.38% | - |
| HSV(B) | 236.37º | 0.96% | 0.74% | - |
| XYZ | 9.49 | 4.15 | 48.45 | - |
| YUV | 34.21 | 215.36 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 189 | 0.96 | 0.90 | 0 | 0.26 | 236.37 | 0.93 | 0.38 |
| Hex | 7 | 12 | BD | 60 | 5A | 0 | 1A | EC | 5D | 26 |
| Octal | 7 | 22 | 275 | 140 | 132 | 0 | 32 | 354 | 135 | 46 |
| Binary | 111 | 10010 | 10111101 | 1100000 | 1011010 | 0 | 11010 | 11101100 | 1011101 | 100110 |
Color Harmonies of #0712BD
Complementary color
Monochromatic Colors of #0712BD
Black with #0712BD
Text Example
Text Example
White with #0712BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0712BD; }
p { color: rgb(7,18,189); }
H1.HeaderClassName
{
color: #0712BD;
}
.AnyTagClassName
{
color: #0712BD;
}
</style>
background-color css
<style>
a { background-color: #0712BD; }
a { background-color: rgb(7,18,189); }
div.DivClassName
{
background-color: #0712BD;
}
.BgClassName
{
background-color: #0712BD;
}
</style>
border-color css
<style>
span { border-color: #0712BD; }
span { border-color: rgb(7,18,189); }
td.TdClassName
{
border-color: #0712BD;
}
.TagClassName
{
border-color: #0712BD;
}
</style>