Shades of Medium Blue #1C0CC1
Tints of Medium Blue #1C0CC1
RGB
CMYK
RGB Variations
Color information
#1C0CC1 (or 0x1C0CC1) is known color: Medium Blue. HEX triplet: 1C, 0C and C1. RGB value is (28,12,193). Sum of RGB (Red+Green+Blue) = 28+12+193=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 193 (75.78% from 255 or 82.83% from 233); Max value from RGB is 193 - color contains mainly: blue. Hex color #1C0CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0CC1 is #E3F33E. Grayscale: #242424. Windows color (decimal): -14938943 or 12651548. OLE color: 12651548.
HSL color Cylindrical-coordinate representation of color #1C0CC1: hue angle of 245.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0CC1 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 12 | 193 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.24 |
| HSL | 245.3º | 0.88% | 0.4% | - |
| HSV(B) | 245.3º | 0.94% | 0.76% | - |
| XYZ | 10.24 | 4.36 | 50.75 | - |
| YUV | 37.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 193 | 0.85 | 0.94 | 0 | 0.24 | 245.3 | 0.88 | 0.4 |
| Hex | 1C | C | C1 | 55 | 5E | 0 | 18 | F5 | 58 | 28 |
| Octal | 34 | 14 | 301 | 125 | 136 | 0 | 30 | 365 | 130 | 50 |
| Binary | 11100 | 1100 | 11000001 | 1010101 | 1011110 | 0 | 11000 | 11110101 | 1011000 | 101000 |
Color Harmonies of #1C0CC1
Complementary color
Monochromatic Colors of #1C0CC1
Black with #1C0CC1
Text Example
Text Example
White with #1C0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0CC1; }
p { color: rgb(28,12,193); }
H1.HeaderClassName
{
color: #1C0CC1;
}
.AnyTagClassName
{
color: #1C0CC1;
}
</style>
background-color css
<style>
a { background-color: #1C0CC1; }
a { background-color: rgb(28,12,193); }
div.DivClassName
{
background-color: #1C0CC1;
}
.BgClassName
{
background-color: #1C0CC1;
}
</style>
border-color css
<style>
span { border-color: #1C0CC1; }
span { border-color: rgb(28,12,193); }
td.TdClassName
{
border-color: #1C0CC1;
}
.TagClassName
{
border-color: #1C0CC1;
}
</style>