Shades of Medium Blue #001FCC
Tints of Medium Blue #001FCC
RGB
CMYK
RGB Variations
Color information
#001FCC (or 0x001FCC) is known color: Medium Blue. HEX triplet: 00, 1F and CC. RGB value is (0,31,204). Sum of RGB (Red+Green+Blue) = 0+31+204=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #001FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FCC is #FFE033. Grayscale: #282828. Windows color (decimal): -16769076 or 13377280. OLE color: 13377280.
HSL color Cylindrical-coordinate representation of color #001FCC: hue angle of 230.88º 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 #001FCC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 31 | 204 | - |
| CMYK | 1 | 0.85 | 0 | 0.2 |
| HSL | 230.88º | 1% | 0.4% | - |
| HSV(B) | 230.88º | 1% | 0.8% | - |
| XYZ | 11.39 | 5.34 | 57.56 | - |
| YUV | 41.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 204 | 1 | 0.85 | 0 | 0.2 | 230.88 | 1 | 0.4 |
| Hex | 0 | 1F | CC | 64 | 55 | 0 | 14 | E7 | 64 | 28 |
| Octal | 0 | 37 | 314 | 144 | 125 | 0 | 24 | 347 | 144 | 50 |
| Binary | 0 | 11111 | 11001100 | 1100100 | 1010101 | 0 | 10100 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001FCC
Complementary color
Monochromatic Colors of #001FCC
Black with #001FCC
Text Example
Text Example
White with #001FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FCC; }
p { color: rgb(0,31,204); }
H1.HeaderClassName
{
color: #001FCC;
}
.AnyTagClassName
{
color: #001FCC;
}
</style>
background-color css
<style>
a { background-color: #001FCC; }
a { background-color: rgb(0,31,204); }
div.DivClassName
{
background-color: #001FCC;
}
.BgClassName
{
background-color: #001FCC;
}
</style>
border-color css
<style>
span { border-color: #001FCC; }
span { border-color: rgb(0,31,204); }
td.TdClassName
{
border-color: #001FCC;
}
.TagClassName
{
border-color: #001FCC;
}
</style>