#0100FF

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

Shades of Blue #0100FF

Tints of Blue #0100FF

Color information

#0100FF (or 0x0100FF) is unknown color: approx Blue. HEX triplet: 01, 00 and FF. RGB value is (1,0,255). Sum of RGB (Red+Green+Blue) = 1+0+255=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 0 (0.39% from 255 or 0% 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 #0100FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0100FF is #FEFF00. Grayscale: #1C1C1C. Windows color (decimal): -16711425 or 16711681. OLE color: 16711681.

HSL color Cylindrical-coordinate representation of color #0100FF: hue angle of 240.24º 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 #0100FF is Cyan = 1.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10255-
CMYK1.00100
HSL240.24º100%50%-
HSV(B)240.24º100%100%-
XYZ18.067.2395.05-
YUV29.37255.33107.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal102551.00100240.2410050
Hex10FF646400f06432
Octal103771441440036014462
Binary10111111111100100110010000111100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0100FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0100FF; }

 p { color: rgb(1,0,255); }

 H1.HeaderClassName
 {
   color: #0100FF;
 }
 .AnyTagClassName
 {
   color: #0100FF;
 }
</style>
background-color css

<style>
 a { background-color: #0100FF; }

 a { background-color: rgb(1,0,255); }

 div.DivClassName
 {
   background-color: #0100FF;
 }
 .BgClassName
 {
   background-color: #0100FF;
 }
</style>
border-color css

<style>
 span { border-color: #0100FF; }

 span { border-color: rgb(1,0,255); }

 td.TdClassName
 {
   border-color: #0100FF;
 }
 .TagClassName
 {
   border-color: #0100FF;
 }
</style>