Shades of Medium Blue #1F1ACF
Tints of Medium Blue #1F1ACF
RGB
CMYK
RGB Variations
Color information
#1F1ACF (or 0x1F1ACF) is known color: Medium Blue. HEX triplet: 1F, 1A and CF. RGB value is (31,26,207). Sum of RGB (Red+Green+Blue) = 31+26+207=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1ACF is #E0E530. Grayscale: #2F2F2F. Windows color (decimal): -14738737 or 13572639. OLE color: 13572639.
HSL color Cylindrical-coordinate representation of color #1F1ACF: hue angle of 241.66º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1ACF is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 26 | 207 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.19 |
| HSL | 241.66º | 0.78% | 0.46% | - |
| HSV(B) | 241.66º | 0.87% | 0.81% | - |
| XYZ | 12.2 | 5.54 | 59.46 | - |
| YUV | 48.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 207 | 0.85 | 0.87 | 0 | 0.19 | 241.66 | 0.78 | 0.46 |
| Hex | 1F | 1A | CF | 55 | 57 | 0 | 13 | F2 | 4E | 2E |
| Octal | 37 | 32 | 317 | 125 | 127 | 0 | 23 | 362 | 116 | 56 |
| Binary | 11111 | 11010 | 11001111 | 1010101 | 1010111 | 0 | 10011 | 11110010 | 1001110 | 101110 |
Color Harmonies of #1F1ACF
Complementary color
Monochromatic Colors of #1F1ACF
Black with #1F1ACF
Text Example
Text Example
White with #1F1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1ACF; }
p { color: rgb(31,26,207); }
H1.HeaderClassName
{
color: #1F1ACF;
}
.AnyTagClassName
{
color: #1F1ACF;
}
</style>
background-color css
<style>
a { background-color: #1F1ACF; }
a { background-color: rgb(31,26,207); }
div.DivClassName
{
background-color: #1F1ACF;
}
.BgClassName
{
background-color: #1F1ACF;
}
</style>
border-color css
<style>
span { border-color: #1F1ACF; }
span { border-color: rgb(31,26,207); }
td.TdClassName
{
border-color: #1F1ACF;
}
.TagClassName
{
border-color: #1F1ACF;
}
</style>