Shades of Blue #0001FF
Tints of Blue #0001FF
RGB
CMYK
RGB Variations
Color information
#0001FF (or 0x0001FF) is known color: Blue. HEX triplet: 00, 01 and FF. RGB value is (0,1,255). Sum of RGB (Red+Green+Blue) = 0+1+255=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 255 (100% from 255 or 99.61% from 256); Max value from RGB is 255 - color contains mainly: blue. Hex color #0001FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0001FF is #FFFE00. Grayscale: #1C1C1C. Windows color (decimal): -16776705 or 16711936. OLE color: 16711936.
HSL color Cylindrical-coordinate representation of color #0001FF: hue angle of 239.76º 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 #0001FF is Cyan = 1, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 1 | 255 | - |
| CMYK | 1 | 1.00 | 0 | 0 |
| HSL | 239.76º | 1% | 0.5% | - |
| HSV(B) | 239.76º | 1% | 1% | - |
| XYZ | 18.06 | 7.24 | 95.05 | - |
| YUV | 29.66 | 255.17 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 255 | 1 | 1.00 | 0 | 0 | 239.76 | 1 | 0.5 |
| Hex | 0 | 1 | FF | 64 | 64 | 0 | 0 | F0 | 64 | 32 |
| Octal | 0 | 1 | 377 | 144 | 144 | 0 | 0 | 360 | 144 | 62 |
| Binary | 0 | 1 | 11111111 | 1100100 | 1100100 | 0 | 0 | 11110000 | 1100100 | 110010 |
Color Harmonies of #0001FF
Complementary color
Monochromatic Colors of #0001FF
Black with #0001FF
Text Example
Text Example
White with #0001FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0001FF; }
p { color: rgb(0,1,255); }
H1.HeaderClassName
{
color: #0001FF;
}
.AnyTagClassName
{
color: #0001FF;
}
</style>
background-color css
<style>
a { background-color: #0001FF; }
a { background-color: rgb(0,1,255); }
div.DivClassName
{
background-color: #0001FF;
}
.BgClassName
{
background-color: #0001FF;
}
</style>
border-color css
<style>
span { border-color: #0001FF; }
span { border-color: rgb(0,1,255); }
td.TdClassName
{
border-color: #0001FF;
}
.TagClassName
{
border-color: #0001FF;
}
</style>