Shades of Medium Blue #1A12BB
Tints of Medium Blue #1A12BB
RGB
CMYK
RGB Variations
Color information
#1A12BB (or 0x1A12BB) is known color: Medium Blue. HEX triplet: 1A, 12 and BB. RGB value is (26,18,187). Sum of RGB (Red+Green+Blue) = 26+18+187=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A12BB is #E5ED44. Grayscale: #262626. Windows color (decimal): -15068485 or 12259866. OLE color: 12259866.
HSL color Cylindrical-coordinate representation of color #1A12BB: hue angle of 242.84º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A12BB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 18 | 187 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.27 |
| HSL | 242.84º | 0.82% | 0.4% | - |
| HSV(B) | 242.84º | 0.9% | 0.73% | - |
| XYZ | 9.61 | 4.24 | 47.33 | - |
| YUV | 39.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 187 | 0.86 | 0.90 | 0 | 0.27 | 242.84 | 0.82 | 0.4 |
| Hex | 1A | 12 | BB | 56 | 5A | 0 | 1B | F3 | 52 | 28 |
| Octal | 32 | 22 | 273 | 126 | 132 | 0 | 33 | 363 | 122 | 50 |
| Binary | 11010 | 10010 | 10111011 | 1010110 | 1011010 | 0 | 11011 | 11110011 | 1010010 | 101000 |
Color Harmonies of #1A12BB
Complementary color
Monochromatic Colors of #1A12BB
Black with #1A12BB
Text Example
Text Example
White with #1A12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A12BB; }
p { color: rgb(26,18,187); }
H1.HeaderClassName
{
color: #1A12BB;
}
.AnyTagClassName
{
color: #1A12BB;
}
</style>
background-color css
<style>
a { background-color: #1A12BB; }
a { background-color: rgb(26,18,187); }
div.DivClassName
{
background-color: #1A12BB;
}
.BgClassName
{
background-color: #1A12BB;
}
</style>
border-color css
<style>
span { border-color: #1A12BB; }
span { border-color: rgb(26,18,187); }
td.TdClassName
{
border-color: #1A12BB;
}
.TagClassName
{
border-color: #1A12BB;
}
</style>