Shades of Medium Blue #001FCA
Tints of Medium Blue #001FCA
RGB
CMYK
RGB Variations
Color information
#001FCA (or 0x001FCA) is known color: Medium Blue. HEX triplet: 00, 1F and CA. RGB value is (0,31,202). Sum of RGB (Red+Green+Blue) = 0+31+202=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 202 (79.30% from 255 or 86.70% from 233); Max value from RGB is 202 - color contains mainly: blue. Hex color #001FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FCA is #FFE035. Grayscale: #282828. Windows color (decimal): -16769078 or 13246208. OLE color: 13246208.
HSL color Cylindrical-coordinate representation of color #001FCA: hue angle of 230.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FCA is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 31 | 202 | - |
| CMYK | 1 | 0.85 | 0 | 0.21 |
| HSL | 230.79º | 1% | 0.4% | - |
| HSV(B) | 230.79º | 1% | 0.79% | - |
| XYZ | 11.15 | 5.24 | 56.3 | - |
| YUV | 41.23 | 218.73 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 202 | 1 | 0.85 | 0 | 0.21 | 230.79 | 1 | 0.4 |
| Hex | 0 | 1F | CA | 64 | 55 | 0 | 15 | E7 | 64 | 28 |
| Octal | 0 | 37 | 312 | 144 | 125 | 0 | 25 | 347 | 144 | 50 |
| Binary | 0 | 11111 | 11001010 | 1100100 | 1010101 | 0 | 10101 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001FCA
Complementary color
Monochromatic Colors of #001FCA
Black with #001FCA
Text Example
Text Example
White with #001FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FCA; }
p { color: rgb(0,31,202); }
H1.HeaderClassName
{
color: #001FCA;
}
.AnyTagClassName
{
color: #001FCA;
}
</style>
background-color css
<style>
a { background-color: #001FCA; }
a { background-color: rgb(0,31,202); }
div.DivClassName
{
background-color: #001FCA;
}
.BgClassName
{
background-color: #001FCA;
}
</style>
border-color css
<style>
span { border-color: #001FCA; }
span { border-color: rgb(0,31,202); }
td.TdClassName
{
border-color: #001FCA;
}
.TagClassName
{
border-color: #001FCA;
}
</style>