#010BFF

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

Shades of Blue #010BFF

Tints of Blue #010BFF

Color information

#010BFF (or 0x010BFF) is unknown color: approx Blue. HEX triplet: 01, 0B and FF. RGB value is (1,11,255). Sum of RGB (Red+Green+Blue) = 1+11+255=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 255 (100% from 255 or 95.51% from 267); Max value from RGB is 255 - color contains mainly: blue. Hex color #010BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BFF is #FEF400. Grayscale: #222222. Windows color (decimal): -16708609 or 16714497. OLE color: 16714497.

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

Color convert

RGB111255-
CMYK1.000.9600
HSL237.64º100%50.2%-
HSV(B)237.64º99.61%100%-
XYZ18.187.4795.09-
YUV35.83251.69103.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 255 (100% from 255) = 95.51%
R=0.37%
G=4.12%
B=95.51%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1112551.000.9600237.6410050.2
Hex1BFF646000ee6432
Octal1133771441400035614462
Binary11011111111111100100110000000111011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010BFF; }

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

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

<style>
 a { background-color: #010BFF; }

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

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

<style>
 span { border-color: #010BFF; }

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

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