#0001FF

Color #0001FF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0001FF

Tints of Blue #0001FF

Color information

#0001FF (or 0x0001FF) is unknown color: approx 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

RGB01255-
CMYK11.0000
HSL239.76º100%50%-
HSV(B)239.76º100%100%-
XYZ18.067.2495.05-
YUV29.66255.17106.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 255 (100% from 255) = 99.61%
R=0%
G=0.39%
B=99.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0125511.0000239.7610050
Hex01FF646400f06432
Octal013771441440036014462
Binary01111111111100100110010000111100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0001FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>