Shades of Medium Blue #1202BA
Tints of Medium Blue #1202BA
RGB
CMYK
RGB Variations
Color information
#1202BA (or 0x1202BA) is known color: Medium Blue. HEX triplet: 12, 02 and BA. RGB value is (18,2,186). Sum of RGB (Red+Green+Blue) = 18+2+186=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #1202BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202BA is #EDFD45. Grayscale: #1B1B1B. Windows color (decimal): -15596870 or 12190226. OLE color: 12190226.
HSL color Cylindrical-coordinate representation of color #1202BA: hue angle of 245.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202BA is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 2 | 186 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.27 |
| HSL | 245.22º | 0.98% | 0.37% | - |
| HSV(B) | 245.22º | 0.99% | 0.73% | - |
| XYZ | 9.13 | 3.72 | 46.69 | - |
| YUV | 27.76 | 217.3 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 186 | 0.90 | 0.99 | 0 | 0.27 | 245.22 | 0.98 | 0.37 |
| Hex | 12 | 2 | BA | 5A | 63 | 0 | 1B | F5 | 62 | 25 |
| Octal | 22 | 2 | 272 | 132 | 143 | 0 | 33 | 365 | 142 | 45 |
| Binary | 10010 | 10 | 10111010 | 1011010 | 1100011 | 0 | 11011 | 11110101 | 1100010 | 100101 |
Color Harmonies of #1202BA
Complementary color
Monochromatic Colors of #1202BA
Black with #1202BA
Text Example
Text Example
White with #1202BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202BA; }
p { color: rgb(18,2,186); }
H1.HeaderClassName
{
color: #1202BA;
}
.AnyTagClassName
{
color: #1202BA;
}
</style>
background-color css
<style>
a { background-color: #1202BA; }
a { background-color: rgb(18,2,186); }
div.DivClassName
{
background-color: #1202BA;
}
.BgClassName
{
background-color: #1202BA;
}
</style>
border-color css
<style>
span { border-color: #1202BA; }
span { border-color: rgb(18,2,186); }
td.TdClassName
{
border-color: #1202BA;
}
.TagClassName
{
border-color: #1202BA;
}
</style>