Shades of Medium Blue #0A07BC
Tints of Medium Blue #0A07BC
RGB
CMYK
RGB Variations
Color information
#0A07BC (or 0x0A07BC) is known color: Medium Blue. HEX triplet: 0A, 07 and BC. RGB value is (10,7,188). Sum of RGB (Red+Green+Blue) = 10+7+188=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A07BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07BC is #F5F843. Grayscale: #1B1B1B. Windows color (decimal): -16119876 or 12322570. OLE color: 12322570.
HSL color Cylindrical-coordinate representation of color #0A07BC: hue angle of 240.99º 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 #0A07BC is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 7 | 188 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.26 |
| HSL | 240.99º | 0.93% | 0.38% | - |
| HSV(B) | 240.99º | 0.96% | 0.74% | - |
| XYZ | 9.28 | 3.85 | 47.83 | - |
| YUV | 28.53 | 217.99 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 188 | 0.95 | 0.96 | 0 | 0.26 | 240.99 | 0.93 | 0.38 |
| Hex | A | 7 | BC | 5F | 60 | 0 | 1A | F1 | 5D | 26 |
| Octal | 12 | 7 | 274 | 137 | 140 | 0 | 32 | 361 | 135 | 46 |
| Binary | 1010 | 111 | 10111100 | 1011111 | 1100000 | 0 | 11010 | 11110001 | 1011101 | 100110 |
Color Harmonies of #0A07BC
Complementary color
Monochromatic Colors of #0A07BC
Black with #0A07BC
Text Example
Text Example
White with #0A07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07BC; }
p { color: rgb(10,7,188); }
H1.HeaderClassName
{
color: #0A07BC;
}
.AnyTagClassName
{
color: #0A07BC;
}
</style>
background-color css
<style>
a { background-color: #0A07BC; }
a { background-color: rgb(10,7,188); }
div.DivClassName
{
background-color: #0A07BC;
}
.BgClassName
{
background-color: #0A07BC;
}
</style>
border-color css
<style>
span { border-color: #0A07BC; }
span { border-color: rgb(10,7,188); }
td.TdClassName
{
border-color: #0A07BC;
}
.TagClassName
{
border-color: #0A07BC;
}
</style>