Shades of Medium Blue #1005BA
Tints of Medium Blue #1005BA
RGB
CMYK
RGB Variations
Color information
#1005BA (or 0x1005BA) is known color: Medium Blue. HEX triplet: 10, 05 and BA. RGB value is (16,5,186). Sum of RGB (Red+Green+Blue) = 16+5+186=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #1005BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1005BA is #EFFA45. Grayscale: #1C1C1C. Windows color (decimal): -15727174 or 12190992. OLE color: 12190992.
HSL color Cylindrical-coordinate representation of color #1005BA: hue angle of 243.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1005BA is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 5 | 186 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.27 |
| HSL | 243.65º | 0.95% | 0.37% | - |
| HSV(B) | 243.65º | 0.97% | 0.73% | - |
| XYZ | 9.13 | 3.76 | 46.7 | - |
| YUV | 28.92 | 216.64 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 186 | 0.91 | 0.97 | 0 | 0.27 | 243.65 | 0.95 | 0.37 |
| Hex | 10 | 5 | BA | 5B | 61 | 0 | 1B | F4 | 5F | 25 |
| Octal | 20 | 5 | 272 | 133 | 141 | 0 | 33 | 364 | 137 | 45 |
| Binary | 10000 | 101 | 10111010 | 1011011 | 1100001 | 0 | 11011 | 11110100 | 1011111 | 100101 |
Color Harmonies of #1005BA
Complementary color
Monochromatic Colors of #1005BA
Black with #1005BA
Text Example
Text Example
White with #1005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1005BA; }
p { color: rgb(16,5,186); }
H1.HeaderClassName
{
color: #1005BA;
}
.AnyTagClassName
{
color: #1005BA;
}
</style>
background-color css
<style>
a { background-color: #1005BA; }
a { background-color: rgb(16,5,186); }
div.DivClassName
{
background-color: #1005BA;
}
.BgClassName
{
background-color: #1005BA;
}
</style>
border-color css
<style>
span { border-color: #1005BA; }
span { border-color: rgb(16,5,186); }
td.TdClassName
{
border-color: #1005BA;
}
.TagClassName
{
border-color: #1005BA;
}
</style>