Shades of Blue #001AFF
Tints of Blue #001AFF
RGB
CMYK
RGB Variations
Color information
#001AFF (or 0x001AFF) is known color: Blue. HEX triplet: 00, 1A and FF. RGB value is (0,26,255). Sum of RGB (Red+Green+Blue) = 0+26+255=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 255 (100% from 255 or 90.75% from 281); Max value from RGB is 255 - color contains mainly: blue. Hex color #001AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFF is #FFE500. Grayscale: #2B2B2B. Windows color (decimal): -16770305 or 16718336. OLE color: 16718336.
HSL color Cylindrical-coordinate representation of color #001AFF: hue angle of 233.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AFF is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 26 | 255 | - |
| CMYK | 1 | 0.90 | 0 | 0 |
| HSL | 233.88º | 1% | 0.5% | - |
| HSV(B) | 233.88º | 1% | 1% | - |
| XYZ | 18.42 | 7.96 | 95.17 | - |
| YUV | 44.33 | 246.89 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 255 | 1 | 0.90 | 0 | 0 | 233.88 | 1 | 0.5 |
| Hex | 0 | 1A | FF | 64 | 5A | 0 | 0 | EA | 64 | 32 |
| Octal | 0 | 32 | 377 | 144 | 132 | 0 | 0 | 352 | 144 | 62 |
| Binary | 0 | 11010 | 11111111 | 1100100 | 1011010 | 0 | 0 | 11101010 | 1100100 | 110010 |
Color Harmonies of #001AFF
Complementary color
Monochromatic Colors of #001AFF
Black with #001AFF
Text Example
Text Example
White with #001AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AFF; }
p { color: rgb(0,26,255); }
H1.HeaderClassName
{
color: #001AFF;
}
.AnyTagClassName
{
color: #001AFF;
}
</style>
background-color css
<style>
a { background-color: #001AFF; }
a { background-color: rgb(0,26,255); }
div.DivClassName
{
background-color: #001AFF;
}
.BgClassName
{
background-color: #001AFF;
}
</style>
border-color css
<style>
span { border-color: #001AFF; }
span { border-color: rgb(0,26,255); }
td.TdClassName
{
border-color: #001AFF;
}
.TagClassName
{
border-color: #001AFF;
}
</style>