Shades of Medium Blue #0A07B6
Tints of Medium Blue #0A07B6
RGB
CMYK
RGB Variations
Color information
#0A07B6 (or 0x0A07B6) is known color: Medium Blue. HEX triplet: 0A, 07 and B6. RGB value is (10,7,182). Sum of RGB (Red+Green+Blue) = 10+7+182=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 182 (71.48% from 255 or 91.46% from 199); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A07B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A07B6 is #F5F849. Grayscale: #1B1B1B. Windows color (decimal): -16119882 or 11929354. OLE color: 11929354.
HSL color Cylindrical-coordinate representation of color #0A07B6: hue angle of 241.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A07B6 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 7 | 182 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.29 |
| HSL | 241.03º | 0.93% | 0.37% | - |
| HSV(B) | 241.03º | 0.96% | 0.71% | - |
| XYZ | 8.64 | 3.59 | 44.49 | - |
| YUV | 27.85 | 214.99 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 182 | 0.95 | 0.96 | 0 | 0.29 | 241.03 | 0.93 | 0.37 |
| Hex | A | 7 | B6 | 5F | 60 | 0 | 1D | F1 | 5D | 25 |
| Octal | 12 | 7 | 266 | 137 | 140 | 0 | 35 | 361 | 135 | 45 |
| Binary | 1010 | 111 | 10110110 | 1011111 | 1100000 | 0 | 11101 | 11110001 | 1011101 | 100101 |
Color Harmonies of #0A07B6
Complementary color
Monochromatic Colors of #0A07B6
Black with #0A07B6
Text Example
Text Example
White with #0A07B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A07B6; }
p { color: rgb(10,7,182); }
H1.HeaderClassName
{
color: #0A07B6;
}
.AnyTagClassName
{
color: #0A07B6;
}
</style>
background-color css
<style>
a { background-color: #0A07B6; }
a { background-color: rgb(10,7,182); }
div.DivClassName
{
background-color: #0A07B6;
}
.BgClassName
{
background-color: #0A07B6;
}
</style>
border-color css
<style>
span { border-color: #0A07B6; }
span { border-color: rgb(10,7,182); }
td.TdClassName
{
border-color: #0A07B6;
}
.TagClassName
{
border-color: #0A07B6;
}
</style>