Shades of Medium Blue #0A06BD
Tints of Medium Blue #0A06BD
RGB
CMYK
RGB Variations
Color information
#0A06BD (or 0x0A06BD) is known color: Medium Blue. HEX triplet: 0A, 06 and BD. RGB value is (10,6,189). Sum of RGB (Red+Green+Blue) = 10+6+189=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 189 (74.22% from 255 or 92.20% from 205); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A06BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A06BD is #F5F942. Grayscale: #1B1B1B. Windows color (decimal): -16120131 or 12387850. OLE color: 12387850.
HSL color Cylindrical-coordinate representation of color #0A06BD: hue angle of 241.31º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A06BD is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 6 | 189 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.26 |
| HSL | 241.31º | 0.94% | 0.38% | - |
| HSV(B) | 241.31º | 0.97% | 0.74% | - |
| XYZ | 9.38 | 3.87 | 48.4 | - |
| YUV | 28.06 | 218.83 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 6 | 189 | 0.95 | 0.97 | 0 | 0.26 | 241.31 | 0.94 | 0.38 |
| Hex | A | 6 | BD | 5F | 61 | 0 | 1A | F1 | 5E | 26 |
| Octal | 12 | 6 | 275 | 137 | 141 | 0 | 32 | 361 | 136 | 46 |
| Binary | 1010 | 110 | 10111101 | 1011111 | 1100001 | 0 | 11010 | 11110001 | 1011110 | 100110 |
Color Harmonies of #0A06BD
Complementary color
Monochromatic Colors of #0A06BD
Black with #0A06BD
Text Example
Text Example
White with #0A06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A06BD; }
p { color: rgb(10,6,189); }
H1.HeaderClassName
{
color: #0A06BD;
}
.AnyTagClassName
{
color: #0A06BD;
}
</style>
background-color css
<style>
a { background-color: #0A06BD; }
a { background-color: rgb(10,6,189); }
div.DivClassName
{
background-color: #0A06BD;
}
.BgClassName
{
background-color: #0A06BD;
}
</style>
border-color css
<style>
span { border-color: #0A06BD; }
span { border-color: rgb(10,6,189); }
td.TdClassName
{
border-color: #0A06BD;
}
.TagClassName
{
border-color: #0A06BD;
}
</style>