Shades of Blue #1C13FF
Tints of Blue #1C13FF
RGB
CMYK
RGB Variations
Color information
#1C13FF (or 0x1C13FF) is known color: Blue. HEX triplet: 1C, 13 and FF. RGB value is (28,19,255). Sum of RGB (Red+Green+Blue) = 28+19+255=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C13FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C13FF is #E3EC00. Grayscale: #2F2F2F. Windows color (decimal): -14937089 or 16716572. OLE color: 16716572.
HSL color Cylindrical-coordinate representation of color #1C13FF: hue angle of 242.29º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C13FF is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 19 | 255 | - |
| CMYK | 0.89 | 0.93 | 0 | 0 |
| HSL | 242.29º | 1% | 0.54% | - |
| HSV(B) | 242.29º | 0.93% | 1% | - |
| XYZ | 18.76 | 7.93 | 95.15 | - |
| YUV | 48.6 | 244.48 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 255 | 0.89 | 0.93 | 0 | 0 | 242.29 | 1 | 0.54 |
| Hex | 1C | 13 | FF | 59 | 5D | 0 | 0 | F2 | 64 | 36 |
| Octal | 34 | 23 | 377 | 131 | 135 | 0 | 0 | 362 | 144 | 66 |
| Binary | 11100 | 10011 | 11111111 | 1011001 | 1011101 | 0 | 0 | 11110010 | 1100100 | 110110 |
Color Harmonies of #1C13FF
Complementary color
Monochromatic Colors of #1C13FF
Black with #1C13FF
Text Example
Text Example
White with #1C13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C13FF; }
p { color: rgb(28,19,255); }
H1.HeaderClassName
{
color: #1C13FF;
}
.AnyTagClassName
{
color: #1C13FF;
}
</style>
background-color css
<style>
a { background-color: #1C13FF; }
a { background-color: rgb(28,19,255); }
div.DivClassName
{
background-color: #1C13FF;
}
.BgClassName
{
background-color: #1C13FF;
}
</style>
border-color css
<style>
span { border-color: #1C13FF; }
span { border-color: rgb(28,19,255); }
td.TdClassName
{
border-color: #1C13FF;
}
.TagClassName
{
border-color: #1C13FF;
}
</style>