Shades of Blue #1F06F1
Tints of Blue #1F06F1
RGB
CMYK
RGB Variations
Color information
#1F06F1 (or 0x1F06F1) is known color: Blue. HEX triplet: 1F, 06 and F1. RGB value is (31,6,241). Sum of RGB (Red+Green+Blue) = 31+6+241=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 241 (94.53% from 255 or 86.69% from 278); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F06F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F06F1 is #E0F90E. Grayscale: #272727. Windows color (decimal): -14743823 or 15795743. OLE color: 15795743.
HSL color Cylindrical-coordinate representation of color #1F06F1: hue angle of 246.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F06F1 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 6 | 241 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.05 |
| HSL | 246.38º | 0.95% | 0.48% | - |
| HSV(B) | 246.38º | 0.98% | 0.95% | - |
| XYZ | 16.51 | 6.77 | 83.66 | - |
| YUV | 40.27 | 241.28 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 241 | 0.87 | 0.98 | 0 | 0.05 | 246.38 | 0.95 | 0.48 |
| Hex | 1F | 6 | F1 | 57 | 62 | 0 | 5 | F6 | 5F | 30 |
| Octal | 37 | 6 | 361 | 127 | 142 | 0 | 5 | 366 | 137 | 60 |
| Binary | 11111 | 110 | 11110001 | 1010111 | 1100010 | 0 | 101 | 11110110 | 1011111 | 110000 |
Color Harmonies of #1F06F1
Complementary color
Monochromatic Colors of #1F06F1
Black with #1F06F1
Text Example
Text Example
White with #1F06F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F06F1; }
p { color: rgb(31,6,241); }
H1.HeaderClassName
{
color: #1F06F1;
}
.AnyTagClassName
{
color: #1F06F1;
}
</style>
background-color css
<style>
a { background-color: #1F06F1; }
a { background-color: rgb(31,6,241); }
div.DivClassName
{
background-color: #1F06F1;
}
.BgClassName
{
background-color: #1F06F1;
}
</style>
border-color css
<style>
span { border-color: #1F06F1; }
span { border-color: rgb(31,6,241); }
td.TdClassName
{
border-color: #1F06F1;
}
.TagClassName
{
border-color: #1F06F1;
}
</style>