Shades of Medium Blue #001FC9
Tints of Medium Blue #001FC9
RGB
CMYK
RGB Variations
Color information
#001FC9 (or 0x001FC9) is known color: Medium Blue. HEX triplet: 00, 1F and C9. RGB value is (0,31,201). Sum of RGB (Red+Green+Blue) = 0+31+201=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 201 (78.91% from 255 or 86.64% from 232); Max value from RGB is 201 - color contains mainly: blue. Hex color #001FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FC9 is #FFE036. Grayscale: #282828. Windows color (decimal): -16769079 or 13180672. OLE color: 13180672.
HSL color Cylindrical-coordinate representation of color #001FC9: hue angle of 230.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FC9 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 31 | 201 | - |
| CMYK | 1 | 0.85 | 0 | 0.21 |
| HSL | 230.75º | 1% | 0.39% | - |
| HSV(B) | 230.75º | 1% | 0.79% | - |
| XYZ | 11.03 | 5.2 | 55.68 | - |
| YUV | 41.11 | 218.23 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 201 | 1 | 0.85 | 0 | 0.21 | 230.75 | 1 | 0.39 |
| Hex | 0 | 1F | C9 | 64 | 55 | 0 | 15 | E7 | 64 | 27 |
| Octal | 0 | 37 | 311 | 144 | 125 | 0 | 25 | 347 | 144 | 47 |
| Binary | 0 | 11111 | 11001001 | 1100100 | 1010101 | 0 | 10101 | 11100111 | 1100100 | 100111 |
Color Harmonies of #001FC9
Complementary color
Monochromatic Colors of #001FC9
Black with #001FC9
Text Example
Text Example
White with #001FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FC9; }
p { color: rgb(0,31,201); }
H1.HeaderClassName
{
color: #001FC9;
}
.AnyTagClassName
{
color: #001FC9;
}
</style>
background-color css
<style>
a { background-color: #001FC9; }
a { background-color: rgb(0,31,201); }
div.DivClassName
{
background-color: #001FC9;
}
.BgClassName
{
background-color: #001FC9;
}
</style>
border-color css
<style>
span { border-color: #001FC9; }
span { border-color: rgb(0,31,201); }
td.TdClassName
{
border-color: #001FC9;
}
.TagClassName
{
border-color: #001FC9;
}
</style>