Shades of Blue #001AFA
Tints of Blue #001AFA
RGB
CMYK
RGB Variations
Color information
#001AFA (or 0x001AFA) is known color: Blue. HEX triplet: 00, 1A and FA. RGB value is (0,26,250). Sum of RGB (Red+Green+Blue) = 0+26+250=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 250 (98.05% from 255 or 90.58% from 276); Max value from RGB is 250 - color contains mainly: blue. Hex color #001AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFA is #FFE505. Grayscale: #2A2A2A. Windows color (decimal): -16770310 or 16390656. OLE color: 16390656.
HSL color Cylindrical-coordinate representation of color #001AFA: hue angle of 233.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AFA is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 26 | 250 | - |
| CMYK | 1 | 0.90 | 0 | 0.02 |
| HSL | 233.76º | 1% | 0.49% | - |
| HSV(B) | 233.76º | 1% | 0.98% | - |
| XYZ | 17.62 | 7.64 | 90.99 | - |
| YUV | 43.76 | 244.39 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 250 | 1 | 0.90 | 0 | 0.02 | 233.76 | 1 | 0.49 |
| Hex | 0 | 1A | FA | 64 | 5A | 0 | 2 | EA | 64 | 31 |
| Octal | 0 | 32 | 372 | 144 | 132 | 0 | 2 | 352 | 144 | 61 |
| Binary | 0 | 11010 | 11111010 | 1100100 | 1011010 | 0 | 10 | 11101010 | 1100100 | 110001 |
Color Harmonies of #001AFA
Complementary color
Monochromatic Colors of #001AFA
Black with #001AFA
Text Example
Text Example
White with #001AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AFA; }
p { color: rgb(0,26,250); }
H1.HeaderClassName
{
color: #001AFA;
}
.AnyTagClassName
{
color: #001AFA;
}
</style>
background-color css
<style>
a { background-color: #001AFA; }
a { background-color: rgb(0,26,250); }
div.DivClassName
{
background-color: #001AFA;
}
.BgClassName
{
background-color: #001AFA;
}
</style>
border-color css
<style>
span { border-color: #001AFA; }
span { border-color: rgb(0,26,250); }
td.TdClassName
{
border-color: #001AFA;
}
.TagClassName
{
border-color: #001AFA;
}
</style>