Shades of Blue #1C04E6
Tints of Blue #1C04E6
RGB
CMYK
RGB Variations
Color information
#1C04E6 (or 0x1C04E6) is known color: Blue. HEX triplet: 1C, 04 and E6. RGB value is (28,4,230). Sum of RGB (Red+Green+Blue) = 28+4+230=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 230 (90.23% from 255 or 87.79% from 262); Max value from RGB is 230 - color contains mainly: blue. Hex color #1C04E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C04E6 is #E3FB19. Grayscale: #242424. Windows color (decimal): -14940954 or 15074332. OLE color: 15074332.
HSL color Cylindrical-coordinate representation of color #1C04E6: hue angle of 246.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C04E6 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 4 | 230 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.10 |
| HSL | 246.37º | 0.97% | 0.46% | - |
| HSV(B) | 246.37º | 0.98% | 0.9% | - |
| XYZ | 14.81 | 6.05 | 75.25 | - |
| YUV | 36.94 | 236.95 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 230 | 0.88 | 0.98 | 0 | 0.10 | 246.37 | 0.97 | 0.46 |
| Hex | 1C | 4 | E6 | 58 | 62 | 0 | A | F6 | 61 | 2E |
| Octal | 34 | 4 | 346 | 130 | 142 | 0 | 12 | 366 | 141 | 56 |
| Binary | 11100 | 100 | 11100110 | 1011000 | 1100010 | 0 | 1010 | 11110110 | 1100001 | 101110 |
Color Harmonies of #1C04E6
Complementary color
Monochromatic Colors of #1C04E6
Black with #1C04E6
Text Example
Text Example
White with #1C04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C04E6; }
p { color: rgb(28,4,230); }
H1.HeaderClassName
{
color: #1C04E6;
}
.AnyTagClassName
{
color: #1C04E6;
}
</style>
background-color css
<style>
a { background-color: #1C04E6; }
a { background-color: rgb(28,4,230); }
div.DivClassName
{
background-color: #1C04E6;
}
.BgClassName
{
background-color: #1C04E6;
}
</style>
border-color css
<style>
span { border-color: #1C04E6; }
span { border-color: rgb(28,4,230); }
td.TdClassName
{
border-color: #1C04E6;
}
.TagClassName
{
border-color: #1C04E6;
}
</style>