Shades of Medium Blue #001FD6
Tints of Medium Blue #001FD6
RGB
CMYK
RGB Variations
Color information
#001FD6 (or 0x001FD6) is known color: Medium Blue. HEX triplet: 00, 1F and D6. RGB value is (0,31,214). Sum of RGB (Red+Green+Blue) = 0+31+214=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 214 (83.98% from 255 or 87.35% from 245); Max value from RGB is 214 - color contains mainly: blue. Hex color #001FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FD6 is #FFE029. Grayscale: #292929. Windows color (decimal): -16769066 or 14032640. OLE color: 14032640.
HSL color Cylindrical-coordinate representation of color #001FD6: hue angle of 231.31º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FD6 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 31 | 214 | - |
| CMYK | 1 | 0.86 | 0 | 0.16 |
| HSL | 231.31º | 1% | 0.42% | - |
| HSV(B) | 231.31º | 1% | 0.84% | - |
| XYZ | 12.63 | 5.84 | 64.08 | - |
| YUV | 42.59 | 224.73 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 214 | 1 | 0.86 | 0 | 0.16 | 231.31 | 1 | 0.42 |
| Hex | 0 | 1F | D6 | 64 | 56 | 0 | 10 | E7 | 64 | 2A |
| Octal | 0 | 37 | 326 | 144 | 126 | 0 | 20 | 347 | 144 | 52 |
| Binary | 0 | 11111 | 11010110 | 1100100 | 1010110 | 0 | 10000 | 11100111 | 1100100 | 101010 |
Color Harmonies of #001FD6
Complementary color
Monochromatic Colors of #001FD6
Black with #001FD6
Text Example
Text Example
White with #001FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FD6; }
p { color: rgb(0,31,214); }
H1.HeaderClassName
{
color: #001FD6;
}
.AnyTagClassName
{
color: #001FD6;
}
</style>
background-color css
<style>
a { background-color: #001FD6; }
a { background-color: rgb(0,31,214); }
div.DivClassName
{
background-color: #001FD6;
}
.BgClassName
{
background-color: #001FD6;
}
</style>
border-color css
<style>
span { border-color: #001FD6; }
span { border-color: rgb(0,31,214); }
td.TdClassName
{
border-color: #001FD6;
}
.TagClassName
{
border-color: #001FD6;
}
</style>