Shades of Medium Blue #1C13BC
Tints of Medium Blue #1C13BC
RGB
CMYK
RGB Variations
Color information
#1C13BC (or 0x1C13BC) is known color: Medium Blue. HEX triplet: 1C, 13 and BC. RGB value is (28,19,188). Sum of RGB (Red+Green+Blue) = 28+19+188=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C13BC is #E3EC43. Grayscale: #282828. Windows color (decimal): -14937156 or 12325660. OLE color: 12325660.
HSL color Cylindrical-coordinate representation of color #1C13BC: hue angle of 243.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C13BC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 19 | 188 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.26 |
| HSL | 243.2º | 0.82% | 0.41% | - |
| HSV(B) | 243.2º | 0.9% | 0.74% | - |
| XYZ | 9.79 | 4.34 | 47.9 | - |
| YUV | 40.96 | 210.98 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 188 | 0.85 | 0.90 | 0 | 0.26 | 243.2 | 0.82 | 0.41 |
| Hex | 1C | 13 | BC | 55 | 5A | 0 | 1A | F3 | 52 | 29 |
| Octal | 34 | 23 | 274 | 125 | 132 | 0 | 32 | 363 | 122 | 51 |
| Binary | 11100 | 10011 | 10111100 | 1010101 | 1011010 | 0 | 11010 | 11110011 | 1010010 | 101001 |
Color Harmonies of #1C13BC
Complementary color
Monochromatic Colors of #1C13BC
Black with #1C13BC
Text Example
Text Example
White with #1C13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C13BC; }
p { color: rgb(28,19,188); }
H1.HeaderClassName
{
color: #1C13BC;
}
.AnyTagClassName
{
color: #1C13BC;
}
</style>
background-color css
<style>
a { background-color: #1C13BC; }
a { background-color: rgb(28,19,188); }
div.DivClassName
{
background-color: #1C13BC;
}
.BgClassName
{
background-color: #1C13BC;
}
</style>
border-color css
<style>
span { border-color: #1C13BC; }
span { border-color: rgb(28,19,188); }
td.TdClassName
{
border-color: #1C13BC;
}
.TagClassName
{
border-color: #1C13BC;
}
</style>