Shades of Blue #001FEA
Tints of Blue #001FEA
RGB
CMYK
RGB Variations
Color information
#001FEA (or 0x001FEA) is known color: Blue. HEX triplet: 00, 1F and EA. RGB value is (0,31,234). Sum of RGB (Red+Green+Blue) = 0+31+234=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 234 (91.80% from 255 or 88.30% from 265); Max value from RGB is 234 - color contains mainly: blue. Hex color #001FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FEA is #FFE015. Grayscale: #2C2C2C. Windows color (decimal): -16769046 or 15343360. OLE color: 15343360.
HSL color Cylindrical-coordinate representation of color #001FEA: hue angle of 232.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FEA is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 31 | 234 | - |
| CMYK | 1 | 0.87 | 0 | 0.08 |
| HSL | 232.05º | 1% | 0.46% | - |
| HSV(B) | 232.05º | 1% | 0.92% | - |
| XYZ | 15.34 | 6.92 | 78.37 | - |
| YUV | 44.87 | 234.73 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 234 | 1 | 0.87 | 0 | 0.08 | 232.05 | 1 | 0.46 |
| Hex | 0 | 1F | EA | 64 | 57 | 0 | 8 | E8 | 64 | 2E |
| Octal | 0 | 37 | 352 | 144 | 127 | 0 | 10 | 350 | 144 | 56 |
| Binary | 0 | 11111 | 11101010 | 1100100 | 1010111 | 0 | 1000 | 11101000 | 1100100 | 101110 |
Color Harmonies of #001FEA
Complementary color
Monochromatic Colors of #001FEA
Black with #001FEA
Text Example
Text Example
White with #001FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FEA; }
p { color: rgb(0,31,234); }
H1.HeaderClassName
{
color: #001FEA;
}
.AnyTagClassName
{
color: #001FEA;
}
</style>
background-color css
<style>
a { background-color: #001FEA; }
a { background-color: rgb(0,31,234); }
div.DivClassName
{
background-color: #001FEA;
}
.BgClassName
{
background-color: #001FEA;
}
</style>
border-color css
<style>
span { border-color: #001FEA; }
span { border-color: rgb(0,31,234); }
td.TdClassName
{
border-color: #001FEA;
}
.TagClassName
{
border-color: #001FEA;
}
</style>