Shades of Medium Blue #1C01C1
Tints of Medium Blue #1C01C1
RGB
CMYK
RGB Variations
Color information
#1C01C1 (or 0x1C01C1) is known color: Medium Blue. HEX triplet: 1C, 01 and C1. RGB value is (28,1,193). Sum of RGB (Red+Green+Blue) = 28+1+193=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 193 (75.78% from 255 or 86.94% from 222); Max value from RGB is 193 - color contains mainly: blue. Hex color #1C01C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C01C1 is #E3FE3E. Grayscale: #1E1E1E. Windows color (decimal): -14941759 or 12648732. OLE color: 12648732.
HSL color Cylindrical-coordinate representation of color #1C01C1: hue angle of 248.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C01C1 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 1 | 193 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.24 |
| HSL | 248.44º | 0.99% | 0.38% | - |
| HSV(B) | 248.44º | 0.99% | 0.76% | - |
| XYZ | 10.12 | 4.12 | 50.71 | - |
| YUV | 30.96 | 219.45 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 193 | 0.85 | 0.99 | 0 | 0.24 | 248.44 | 0.99 | 0.38 |
| Hex | 1C | 1 | C1 | 55 | 63 | 0 | 18 | F8 | 63 | 26 |
| Octal | 34 | 1 | 301 | 125 | 143 | 0 | 30 | 370 | 143 | 46 |
| Binary | 11100 | 1 | 11000001 | 1010101 | 1100011 | 0 | 11000 | 11111000 | 1100011 | 100110 |
Color Harmonies of #1C01C1
Complementary color
Monochromatic Colors of #1C01C1
Black with #1C01C1
Text Example
Text Example
White with #1C01C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C01C1; }
p { color: rgb(28,1,193); }
H1.HeaderClassName
{
color: #1C01C1;
}
.AnyTagClassName
{
color: #1C01C1;
}
</style>
background-color css
<style>
a { background-color: #1C01C1; }
a { background-color: rgb(28,1,193); }
div.DivClassName
{
background-color: #1C01C1;
}
.BgClassName
{
background-color: #1C01C1;
}
</style>
border-color css
<style>
span { border-color: #1C01C1; }
span { border-color: rgb(28,1,193); }
td.TdClassName
{
border-color: #1C01C1;
}
.TagClassName
{
border-color: #1C01C1;
}
</style>