Shades of Medium Blue #1C00BA
Tints of Medium Blue #1C00BA
RGB
CMYK
RGB Variations
Color information
#1C00BA (or 0x1C00BA) is known color: Medium Blue. HEX triplet: 1C, 00 and BA. RGB value is (28,0,186). Sum of RGB (Red+Green+Blue) = 28+0+186=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00BA is #E3FF45. Grayscale: #1C1C1C. Windows color (decimal): -14942022 or 12189724. OLE color: 12189724.
HSL color Cylindrical-coordinate representation of color #1C00BA: hue angle of 249.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00BA is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 0 | 186 | - |
| CMYK | 0.85 | 1 | 0 | 0.27 |
| HSL | 249.03º | 1% | 0.36% | - |
| HSV(B) | 249.03º | 1% | 0.73% | - |
| XYZ | 9.34 | 3.79 | 46.69 | - |
| YUV | 29.58 | 216.28 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 186 | 0.85 | 1 | 0 | 0.27 | 249.03 | 1 | 0.36 |
| Hex | 1C | 0 | BA | 55 | 64 | 0 | 1B | F9 | 64 | 24 |
| Octal | 34 | 0 | 272 | 125 | 144 | 0 | 33 | 371 | 144 | 44 |
| Binary | 11100 | 0 | 10111010 | 1010101 | 1100100 | 0 | 11011 | 11111001 | 1100100 | 100100 |
Color Harmonies of #1C00BA
Complementary color
Monochromatic Colors of #1C00BA
Black with #1C00BA
Text Example
Text Example
White with #1C00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C00BA; }
p { color: rgb(28,0,186); }
H1.HeaderClassName
{
color: #1C00BA;
}
.AnyTagClassName
{
color: #1C00BA;
}
</style>
background-color css
<style>
a { background-color: #1C00BA; }
a { background-color: rgb(28,0,186); }
div.DivClassName
{
background-color: #1C00BA;
}
.BgClassName
{
background-color: #1C00BA;
}
</style>
border-color css
<style>
span { border-color: #1C00BA; }
span { border-color: rgb(28,0,186); }
td.TdClassName
{
border-color: #1C00BA;
}
.TagClassName
{
border-color: #1C00BA;
}
</style>