Shades of Medium Blue #1204BB
Tints of Medium Blue #1204BB
RGB
CMYK
RGB Variations
Color information
#1204BB (or 0x1204BB) is known color: Medium Blue. HEX triplet: 12, 04 and BB. RGB value is (18,4,187). Sum of RGB (Red+Green+Blue) = 18+4+187=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #1204BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204BB is #EDFB44. Grayscale: #1C1C1C. Windows color (decimal): -15596357 or 12256274. OLE color: 12256274.
HSL color Cylindrical-coordinate representation of color #1204BB: hue angle of 244.59º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204BB is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 4 | 187 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.27 |
| HSL | 244.59º | 0.96% | 0.37% | - |
| HSV(B) | 244.59º | 0.98% | 0.73% | - |
| XYZ | 9.26 | 3.8 | 47.26 | - |
| YUV | 29.05 | 217.14 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 187 | 0.90 | 0.98 | 0 | 0.27 | 244.59 | 0.96 | 0.37 |
| Hex | 12 | 4 | BB | 5A | 62 | 0 | 1B | F5 | 60 | 25 |
| Octal | 22 | 4 | 273 | 132 | 142 | 0 | 33 | 365 | 140 | 45 |
| Binary | 10010 | 100 | 10111011 | 1011010 | 1100010 | 0 | 11011 | 11110101 | 1100000 | 100101 |
Color Harmonies of #1204BB
Complementary color
Monochromatic Colors of #1204BB
Black with #1204BB
Text Example
Text Example
White with #1204BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204BB; }
p { color: rgb(18,4,187); }
H1.HeaderClassName
{
color: #1204BB;
}
.AnyTagClassName
{
color: #1204BB;
}
</style>
background-color css
<style>
a { background-color: #1204BB; }
a { background-color: rgb(18,4,187); }
div.DivClassName
{
background-color: #1204BB;
}
.BgClassName
{
background-color: #1204BB;
}
</style>
border-color css
<style>
span { border-color: #1204BB; }
span { border-color: rgb(18,4,187); }
td.TdClassName
{
border-color: #1204BB;
}
.TagClassName
{
border-color: #1204BB;
}
</style>