Shades of Medium Blue #001FCB
Tints of Medium Blue #001FCB
RGB
CMYK
RGB Variations
Color information
#001FCB (or 0x001FCB) is known color: Medium Blue. HEX triplet: 00, 1F and CB. RGB value is (0,31,203). Sum of RGB (Red+Green+Blue) = 0+31+203=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #001FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FCB is #FFE034. Grayscale: #282828. Windows color (decimal): -16769077 or 13311744. OLE color: 13311744.
HSL color Cylindrical-coordinate representation of color #001FCB: hue angle of 230.84º 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 #001FCB is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 31 | 203 | - |
| CMYK | 1 | 0.85 | 0 | 0.20 |
| HSL | 230.84º | 1% | 0.4% | - |
| HSV(B) | 230.84º | 1% | 0.8% | - |
| XYZ | 11.27 | 5.29 | 56.93 | - |
| YUV | 41.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 203 | 1 | 0.85 | 0 | 0.20 | 230.84 | 1 | 0.4 |
| Hex | 0 | 1F | CB | 64 | 55 | 0 | 14 | E7 | 64 | 28 |
| Octal | 0 | 37 | 313 | 144 | 125 | 0 | 24 | 347 | 144 | 50 |
| Binary | 0 | 11111 | 11001011 | 1100100 | 1010101 | 0 | 10100 | 11100111 | 1100100 | 101000 |
Color Harmonies of #001FCB
Complementary color
Monochromatic Colors of #001FCB
Black with #001FCB
Text Example
Text Example
White with #001FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FCB; }
p { color: rgb(0,31,203); }
H1.HeaderClassName
{
color: #001FCB;
}
.AnyTagClassName
{
color: #001FCB;
}
</style>
background-color css
<style>
a { background-color: #001FCB; }
a { background-color: rgb(0,31,203); }
div.DivClassName
{
background-color: #001FCB;
}
.BgClassName
{
background-color: #001FCB;
}
</style>
border-color css
<style>
span { border-color: #001FCB; }
span { border-color: rgb(0,31,203); }
td.TdClassName
{
border-color: #001FCB;
}
.TagClassName
{
border-color: #001FCB;
}
</style>