Shades of Medium Blue #001CCC
Tints of Medium Blue #001CCC
RGB
CMYK
RGB Variations
Color information
#001CCC (or 0x001CCC) is known color: Medium Blue. HEX triplet: 00, 1C and CC. RGB value is (0,28,204). Sum of RGB (Red+Green+Blue) = 0+28+204=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #001CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCC is #FFE333. Grayscale: #262626. Windows color (decimal): -16769844 or 13376512. OLE color: 13376512.
HSL color Cylindrical-coordinate representation of color #001CCC: hue angle of 231.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CCC is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 28 | 204 | - |
| CMYK | 1 | 0.86 | 0 | 0.2 |
| HSL | 231.76º | 1% | 0.4% | - |
| HSV(B) | 231.76º | 1% | 0.8% | - |
| XYZ | 11.31 | 5.19 | 57.53 | - |
| YUV | 39.69 | 220.72 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 204 | 1 | 0.86 | 0 | 0.2 | 231.76 | 1 | 0.4 |
| Hex | 0 | 1C | CC | 64 | 56 | 0 | 14 | E8 | 64 | 28 |
| Octal | 0 | 34 | 314 | 144 | 126 | 0 | 24 | 350 | 144 | 50 |
| Binary | 0 | 11100 | 11001100 | 1100100 | 1010110 | 0 | 10100 | 11101000 | 1100100 | 101000 |
Color Harmonies of #001CCC
Complementary color
Monochromatic Colors of #001CCC
Black with #001CCC
Text Example
Text Example
White with #001CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CCC; }
p { color: rgb(0,28,204); }
H1.HeaderClassName
{
color: #001CCC;
}
.AnyTagClassName
{
color: #001CCC;
}
</style>
background-color css
<style>
a { background-color: #001CCC; }
a { background-color: rgb(0,28,204); }
div.DivClassName
{
background-color: #001CCC;
}
.BgClassName
{
background-color: #001CCC;
}
</style>
border-color css
<style>
span { border-color: #001CCC; }
span { border-color: rgb(0,28,204); }
td.TdClassName
{
border-color: #001CCC;
}
.TagClassName
{
border-color: #001CCC;
}
</style>