Shades of Medium Blue #1C04BA
Tints of Medium Blue #1C04BA
RGB
CMYK
RGB Variations
Color information
#1C04BA (or 0x1C04BA) is known color: Medium Blue. HEX triplet: 1C, 04 and BA. RGB value is (28,4,186). Sum of RGB (Red+Green+Blue) = 28+4+186=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C04BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C04BA is #E3FB45. Grayscale: #1F1F1F. Windows color (decimal): -14940998 or 12190748. OLE color: 12190748.
HSL color Cylindrical-coordinate representation of color #1C04BA: hue angle of 247.91º 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 #1C04BA is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 4 | 186 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.27 |
| HSL | 247.91º | 0.96% | 0.37% | - |
| HSV(B) | 247.91º | 0.98% | 0.73% | - |
| XYZ | 9.39 | 3.88 | 46.71 | - |
| YUV | 31.92 | 214.95 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 186 | 0.85 | 0.98 | 0 | 0.27 | 247.91 | 0.96 | 0.37 |
| Hex | 1C | 4 | BA | 55 | 62 | 0 | 1B | F8 | 60 | 25 |
| Octal | 34 | 4 | 272 | 125 | 142 | 0 | 33 | 370 | 140 | 45 |
| Binary | 11100 | 100 | 10111010 | 1010101 | 1100010 | 0 | 11011 | 11111000 | 1100000 | 100101 |
Color Harmonies of #1C04BA
Complementary color
Monochromatic Colors of #1C04BA
Black with #1C04BA
Text Example
Text Example
White with #1C04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C04BA; }
p { color: rgb(28,4,186); }
H1.HeaderClassName
{
color: #1C04BA;
}
.AnyTagClassName
{
color: #1C04BA;
}
</style>
background-color css
<style>
a { background-color: #1C04BA; }
a { background-color: rgb(28,4,186); }
div.DivClassName
{
background-color: #1C04BA;
}
.BgClassName
{
background-color: #1C04BA;
}
</style>
border-color css
<style>
span { border-color: #1C04BA; }
span { border-color: rgb(28,4,186); }
td.TdClassName
{
border-color: #1C04BA;
}
.TagClassName
{
border-color: #1C04BA;
}
</style>