Shades of Blue #1C06E9
Tints of Blue #1C06E9
RGB
CMYK
RGB Variations
Color information
#1C06E9 (or 0x1C06E9) is known color: Blue. HEX triplet: 1C, 06 and E9. RGB value is (28,6,233). Sum of RGB (Red+Green+Blue) = 28+6+233=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 233 (91.41% from 255 or 87.27% from 267); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C06E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C06E9 is #E3F916. Grayscale: #252525. Windows color (decimal): -14940439 or 15271452. OLE color: 15271452.
HSL color Cylindrical-coordinate representation of color #1C06E9: hue angle of 245.81º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06E9 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 6 | 233 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.09 |
| HSL | 245.82º | 0.95% | 0.47% | - |
| HSV(B) | 245.82º | 0.97% | 0.91% | - |
| XYZ | 15.25 | 6.26 | 77.5 | - |
| YUV | 38.46 | 237.79 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 233 | 0.88 | 0.97 | 0 | 0.09 | 245.82 | 0.95 | 0.47 |
| Hex | 1C | 6 | E9 | 58 | 61 | 0 | 9 | F6 | 5F | 2F |
| Octal | 34 | 6 | 351 | 130 | 141 | 0 | 11 | 366 | 137 | 57 |
| Binary | 11100 | 110 | 11101001 | 1011000 | 1100001 | 0 | 1001 | 11110110 | 1011111 | 101111 |
Color Harmonies of #1C06E9
Complementary color
Monochromatic Colors of #1C06E9
Black with #1C06E9
Text Example
Text Example
White with #1C06E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C06E9; }
p { color: rgb(28,6,233); }
H1.HeaderClassName
{
color: #1C06E9;
}
.AnyTagClassName
{
color: #1C06E9;
}
</style>
background-color css
<style>
a { background-color: #1C06E9; }
a { background-color: rgb(28,6,233); }
div.DivClassName
{
background-color: #1C06E9;
}
.BgClassName
{
background-color: #1C06E9;
}
</style>
border-color css
<style>
span { border-color: #1C06E9; }
span { border-color: rgb(28,6,233); }
td.TdClassName
{
border-color: #1C06E9;
}
.TagClassName
{
border-color: #1C06E9;
}
</style>