Shades of Medium Blue #1A00BB
Tints of Medium Blue #1A00BB
RGB
CMYK
RGB Variations
Color information
#1A00BB (or 0x1A00BB) is known color: Medium Blue. HEX triplet: 1A, 00 and BB. RGB value is (26,0,187). Sum of RGB (Red+Green+Blue) = 26+0+187=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 187 (73.44% from 255 or 87.79% from 213); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00BB is #E5FF44. Grayscale: #1C1C1C. Windows color (decimal): -15073093 or 12255258. OLE color: 12255258.
HSL color Cylindrical-coordinate representation of color #1A00BB: hue angle of 248.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00BB is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 0 | 187 | - |
| CMYK | 0.86 | 1 | 0 | 0.27 |
| HSL | 248.34º | 1% | 0.37% | - |
| HSV(B) | 248.34º | 1% | 0.73% | - |
| XYZ | 9.4 | 3.81 | 47.25 | - |
| YUV | 29.09 | 217.11 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 187 | 0.86 | 1 | 0 | 0.27 | 248.34 | 1 | 0.37 |
| Hex | 1A | 0 | BB | 56 | 64 | 0 | 1B | F8 | 64 | 25 |
| Octal | 32 | 0 | 273 | 126 | 144 | 0 | 33 | 370 | 144 | 45 |
| Binary | 11010 | 0 | 10111011 | 1010110 | 1100100 | 0 | 11011 | 11111000 | 1100100 | 100101 |
Color Harmonies of #1A00BB
Complementary color
Monochromatic Colors of #1A00BB
Black with #1A00BB
Text Example
Text Example
White with #1A00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A00BB; }
p { color: rgb(26,0,187); }
H1.HeaderClassName
{
color: #1A00BB;
}
.AnyTagClassName
{
color: #1A00BB;
}
</style>
background-color css
<style>
a { background-color: #1A00BB; }
a { background-color: rgb(26,0,187); }
div.DivClassName
{
background-color: #1A00BB;
}
.BgClassName
{
background-color: #1A00BB;
}
</style>
border-color css
<style>
span { border-color: #1A00BB; }
span { border-color: rgb(26,0,187); }
td.TdClassName
{
border-color: #1A00BB;
}
.TagClassName
{
border-color: #1A00BB;
}
</style>