Shades of Blue #1C0AE6
Tints of Blue #1C0AE6
RGB
CMYK
RGB Variations
Color information
#1C0AE6 (or 0x1C0AE6) is known color: Blue. HEX triplet: 1C, 0A and E6. RGB value is (28,10,230). Sum of RGB (Red+Green+Blue) = 28+10+230=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 230 (90.23% from 255 or 85.82% from 268); Max value from RGB is 230 - color contains mainly: blue. Hex color #1C0AE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0AE6 is #E3F519. Grayscale: #272727. Windows color (decimal): -14939418 or 15075868. OLE color: 15075868.
HSL color Cylindrical-coordinate representation of color #1C0AE6: hue angle of 244.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0AE6 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 10 | 230 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.10 |
| HSL | 244.91º | 0.92% | 0.47% | - |
| HSV(B) | 244.91º | 0.96% | 0.9% | - |
| XYZ | 14.87 | 6.18 | 75.27 | - |
| YUV | 40.46 | 234.96 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 230 | 0.88 | 0.96 | 0 | 0.10 | 244.91 | 0.92 | 0.47 |
| Hex | 1C | A | E6 | 58 | 60 | 0 | A | F5 | 5C | 2F |
| Octal | 34 | 12 | 346 | 130 | 140 | 0 | 12 | 365 | 134 | 57 |
| Binary | 11100 | 1010 | 11100110 | 1011000 | 1100000 | 0 | 1010 | 11110101 | 1011100 | 101111 |
Color Harmonies of #1C0AE6
Complementary color
Monochromatic Colors of #1C0AE6
Black with #1C0AE6
Text Example
Text Example
White with #1C0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0AE6; }
p { color: rgb(28,10,230); }
H1.HeaderClassName
{
color: #1C0AE6;
}
.AnyTagClassName
{
color: #1C0AE6;
}
</style>
background-color css
<style>
a { background-color: #1C0AE6; }
a { background-color: rgb(28,10,230); }
div.DivClassName
{
background-color: #1C0AE6;
}
.BgClassName
{
background-color: #1C0AE6;
}
</style>
border-color css
<style>
span { border-color: #1C0AE6; }
span { border-color: rgb(28,10,230); }
td.TdClassName
{
border-color: #1C0AE6;
}
.TagClassName
{
border-color: #1C0AE6;
}
</style>