Shades of Blue #011FF3
Tints of Blue #011FF3
RGB
CMYK
RGB Variations
Color information
#011FF3 (or 0x011FF3) is known color: Blue. HEX triplet: 01, 1F and F3. RGB value is (1,31,243). Sum of RGB (Red+Green+Blue) = 1+31+243=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 243 (95.31% from 255 or 88.36% from 275); Max value from RGB is 243 - color contains mainly: blue. Hex color #011FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FF3 is #FEE00C. Grayscale: #2D2D2D. Windows color (decimal): -16703501 or 15933185. OLE color: 15933185.
HSL color Cylindrical-coordinate representation of color #011FF3: hue angle of 232.56º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FF3 is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 31 | 243 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.05 |
| HSL | 232.56º | 0.99% | 0.48% | - |
| HSV(B) | 232.56º | 1% | 0.95% | - |
| XYZ | 16.68 | 7.46 | 85.35 | - |
| YUV | 46.2 | 239.06 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 243 | 1.00 | 0.87 | 0 | 0.05 | 232.56 | 0.99 | 0.48 |
| Hex | 1 | 1F | F3 | 64 | 57 | 0 | 5 | E9 | 63 | 30 |
| Octal | 1 | 37 | 363 | 144 | 127 | 0 | 5 | 351 | 143 | 60 |
| Binary | 1 | 11111 | 11110011 | 1100100 | 1010111 | 0 | 101 | 11101001 | 1100011 | 110000 |
Color Harmonies of #011FF3
Complementary color
Monochromatic Colors of #011FF3
Black with #011FF3
Text Example
Text Example
White with #011FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011FF3; }
p { color: rgb(1,31,243); }
H1.HeaderClassName
{
color: #011FF3;
}
.AnyTagClassName
{
color: #011FF3;
}
</style>
background-color css
<style>
a { background-color: #011FF3; }
a { background-color: rgb(1,31,243); }
div.DivClassName
{
background-color: #011FF3;
}
.BgClassName
{
background-color: #011FF3;
}
</style>
border-color css
<style>
span { border-color: #011FF3; }
span { border-color: rgb(1,31,243); }
td.TdClassName
{
border-color: #011FF3;
}
.TagClassName
{
border-color: #011FF3;
}
</style>