Shades of Medium Blue #1C00BB
Tints of Medium Blue #1C00BB
RGB
CMYK
RGB Variations
Color information
#1C00BB (or 0x1C00BB) is known color: Medium Blue. HEX triplet: 1C, 00 and BB. RGB value is (28,0,187). Sum of RGB (Red+Green+Blue) = 28+0+187=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C00BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00BB is #E3FF44. Grayscale: #1C1C1C. Windows color (decimal): -14942021 or 12255260. OLE color: 12255260.
HSL color Cylindrical-coordinate representation of color #1C00BB: hue angle of 248.98º 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 #1C00BB is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 0 | 187 | - |
| CMYK | 0.85 | 1 | 0 | 0.27 |
| HSL | 248.98º | 1% | 0.37% | - |
| HSV(B) | 248.98º | 1% | 0.73% | - |
| XYZ | 9.45 | 3.83 | 47.26 | - |
| YUV | 29.69 | 216.78 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 187 | 0.85 | 1 | 0 | 0.27 | 248.98 | 1 | 0.37 |
| Hex | 1C | 0 | BB | 55 | 64 | 0 | 1B | F9 | 64 | 25 |
| Octal | 34 | 0 | 273 | 125 | 144 | 0 | 33 | 371 | 144 | 45 |
| Binary | 11100 | 0 | 10111011 | 1010101 | 1100100 | 0 | 11011 | 11111001 | 1100100 | 100101 |
Color Harmonies of #1C00BB
Complementary color
Monochromatic Colors of #1C00BB
Black with #1C00BB
Text Example
Text Example
White with #1C00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C00BB; }
p { color: rgb(28,0,187); }
H1.HeaderClassName
{
color: #1C00BB;
}
.AnyTagClassName
{
color: #1C00BB;
}
</style>
background-color css
<style>
a { background-color: #1C00BB; }
a { background-color: rgb(28,0,187); }
div.DivClassName
{
background-color: #1C00BB;
}
.BgClassName
{
background-color: #1C00BB;
}
</style>
border-color css
<style>
span { border-color: #1C00BB; }
span { border-color: rgb(28,0,187); }
td.TdClassName
{
border-color: #1C00BB;
}
.TagClassName
{
border-color: #1C00BB;
}
</style>