Shades of Medium Blue #1206B8
Tints of Medium Blue #1206B8
RGB
CMYK
RGB Variations
Color information
#1206B8 (or 0x1206B8) is known color: Medium Blue. HEX triplet: 12, 06 and B8. RGB value is (18,6,184). Sum of RGB (Red+Green+Blue) = 18+6+184=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 184 (72.27% from 255 or 88.46% from 208); Max value from RGB is 184 - color contains mainly: blue. Hex color #1206B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1206B8 is #EDF947. Grayscale: #1D1D1D. Windows color (decimal): -15595848 or 12060178. OLE color: 12060178.
HSL color Cylindrical-coordinate representation of color #1206B8: hue angle of 244.04º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1206B8 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 6 | 184 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.28 |
| HSL | 244.04º | 0.94% | 0.37% | - |
| HSV(B) | 244.04º | 0.97% | 0.72% | - |
| XYZ | 8.97 | 3.72 | 45.59 | - |
| YUV | 29.88 | 214.98 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 184 | 0.90 | 0.97 | 0 | 0.28 | 244.04 | 0.94 | 0.37 |
| Hex | 12 | 6 | B8 | 5A | 61 | 0 | 1C | F4 | 5E | 25 |
| Octal | 22 | 6 | 270 | 132 | 141 | 0 | 34 | 364 | 136 | 45 |
| Binary | 10010 | 110 | 10111000 | 1011010 | 1100001 | 0 | 11100 | 11110100 | 1011110 | 100101 |
Color Harmonies of #1206B8
Complementary color
Monochromatic Colors of #1206B8
Black with #1206B8
Text Example
Text Example
White with #1206B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1206B8; }
p { color: rgb(18,6,184); }
H1.HeaderClassName
{
color: #1206B8;
}
.AnyTagClassName
{
color: #1206B8;
}
</style>
background-color css
<style>
a { background-color: #1206B8; }
a { background-color: rgb(18,6,184); }
div.DivClassName
{
background-color: #1206B8;
}
.BgClassName
{
background-color: #1206B8;
}
</style>
border-color css
<style>
span { border-color: #1206B8; }
span { border-color: rgb(18,6,184); }
td.TdClassName
{
border-color: #1206B8;
}
.TagClassName
{
border-color: #1206B8;
}
</style>