Shades of Medium Blue #1F13DF
Tints of Medium Blue #1F13DF
RGB
CMYK
RGB Variations
Color information
#1F13DF (or 0x1F13DF) is known color: Medium Blue. HEX triplet: 1F, 13 and DF. RGB value is (31,19,223). Sum of RGB (Red+Green+Blue) = 31+19+223=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F13DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F13DF is #E0EC20. Grayscale: #2D2D2D. Windows color (decimal): -14740513 or 14619423. OLE color: 14619423.
HSL color Cylindrical-coordinate representation of color #1F13DF: hue angle of 243.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F13DF is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 19 | 223 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.13 |
| HSL | 243.53º | 0.84% | 0.47% | - |
| HSV(B) | 243.53º | 0.91% | 0.87% | - |
| XYZ | 14.12 | 6.08 | 70.24 | - |
| YUV | 45.84 | 227.98 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 223 | 0.86 | 0.91 | 0 | 0.13 | 243.53 | 0.84 | 0.47 |
| Hex | 1F | 13 | DF | 56 | 5B | 0 | D | F4 | 54 | 2F |
| Octal | 37 | 23 | 337 | 126 | 133 | 0 | 15 | 364 | 124 | 57 |
| Binary | 11111 | 10011 | 11011111 | 1010110 | 1011011 | 0 | 1101 | 11110100 | 1010100 | 101111 |
Color Harmonies of #1F13DF
Complementary color
Monochromatic Colors of #1F13DF
Black with #1F13DF
Text Example
Text Example
White with #1F13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F13DF; }
p { color: rgb(31,19,223); }
H1.HeaderClassName
{
color: #1F13DF;
}
.AnyTagClassName
{
color: #1F13DF;
}
</style>
background-color css
<style>
a { background-color: #1F13DF; }
a { background-color: rgb(31,19,223); }
div.DivClassName
{
background-color: #1F13DF;
}
.BgClassName
{
background-color: #1F13DF;
}
</style>
border-color css
<style>
span { border-color: #1F13DF; }
span { border-color: rgb(31,19,223); }
td.TdClassName
{
border-color: #1F13DF;
}
.TagClassName
{
border-color: #1F13DF;
}
</style>