Shades of Blue #1F13F2
Tints of Blue #1F13F2
RGB
CMYK
RGB Variations
Color information
#1F13F2 (or 0x1F13F2) is known color: Blue. HEX triplet: 1F, 13 and F2. RGB value is (31,19,242). Sum of RGB (Red+Green+Blue) = 31+19+242=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 242 (94.92% from 255 or 82.88% from 292); Max value from RGB is 242 - color contains mainly: blue. Hex color #1F13F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F13F2 is #E0EC0D. Grayscale: #2F2F2F. Windows color (decimal): -14740494 or 15864607. OLE color: 15864607.
HSL color Cylindrical-coordinate representation of color #1F13F2: hue angle of 243.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F13F2 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 19 | 242 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.05 |
| HSL | 243.23º | 0.9% | 0.51% | - |
| HSV(B) | 243.23º | 0.92% | 0.95% | - |
| XYZ | 16.82 | 7.17 | 84.5 | - |
| YUV | 48.01 | 237.48 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 242 | 0.87 | 0.92 | 0 | 0.05 | 243.23 | 0.9 | 0.51 |
| Hex | 1F | 13 | F2 | 57 | 5C | 0 | 5 | F3 | 5A | 33 |
| Octal | 37 | 23 | 362 | 127 | 134 | 0 | 5 | 363 | 132 | 63 |
| Binary | 11111 | 10011 | 11110010 | 1010111 | 1011100 | 0 | 101 | 11110011 | 1011010 | 110011 |
Color Harmonies of #1F13F2
Complementary color
Monochromatic Colors of #1F13F2
Black with #1F13F2
Text Example
Text Example
White with #1F13F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F13F2; }
p { color: rgb(31,19,242); }
H1.HeaderClassName
{
color: #1F13F2;
}
.AnyTagClassName
{
color: #1F13F2;
}
</style>
background-color css
<style>
a { background-color: #1F13F2; }
a { background-color: rgb(31,19,242); }
div.DivClassName
{
background-color: #1F13F2;
}
.BgClassName
{
background-color: #1F13F2;
}
</style>
border-color css
<style>
span { border-color: #1F13F2; }
span { border-color: rgb(31,19,242); }
td.TdClassName
{
border-color: #1F13F2;
}
.TagClassName
{
border-color: #1F13F2;
}
</style>