Shades of Medium Blue #1C0DCC
Tints of Medium Blue #1C0DCC
RGB
CMYK
RGB Variations
Color information
#1C0DCC (or 0x1C0DCC) is known color: Medium Blue. HEX triplet: 1C, 0D and CC. RGB value is (28,13,204). Sum of RGB (Red+Green+Blue) = 28+13+204=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0DCC is #E3F233. Grayscale: #262626. Windows color (decimal): -14938676 or 13372700. OLE color: 13372700.
HSL color Cylindrical-coordinate representation of color #1C0DCC: hue angle of 244.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0DCC is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 13 | 204 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.2 |
| HSL | 244.71º | 0.88% | 0.43% | - |
| HSV(B) | 244.71º | 0.94% | 0.8% | - |
| XYZ | 11.52 | 4.89 | 57.46 | - |
| YUV | 39.26 | 220.97 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 204 | 0.86 | 0.94 | 0 | 0.2 | 244.71 | 0.88 | 0.43 |
| Hex | 1C | D | CC | 56 | 5E | 0 | 14 | F5 | 58 | 2B |
| Octal | 34 | 15 | 314 | 126 | 136 | 0 | 24 | 365 | 130 | 53 |
| Binary | 11100 | 1101 | 11001100 | 1010110 | 1011110 | 0 | 10100 | 11110101 | 1011000 | 101011 |
Color Harmonies of #1C0DCC
Complementary color
Monochromatic Colors of #1C0DCC
Black with #1C0DCC
Text Example
Text Example
White with #1C0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0DCC; }
p { color: rgb(28,13,204); }
H1.HeaderClassName
{
color: #1C0DCC;
}
.AnyTagClassName
{
color: #1C0DCC;
}
</style>
background-color css
<style>
a { background-color: #1C0DCC; }
a { background-color: rgb(28,13,204); }
div.DivClassName
{
background-color: #1C0DCC;
}
.BgClassName
{
background-color: #1C0DCC;
}
</style>
border-color css
<style>
span { border-color: #1C0DCC; }
span { border-color: rgb(28,13,204); }
td.TdClassName
{
border-color: #1C0DCC;
}
.TagClassName
{
border-color: #1C0DCC;
}
</style>