#0100EB

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

Shades of Blue #0100EB

Tints of Blue #0100EB

Color information

#0100EB (or 0x0100EB) is unknown color: approx Blue. HEX triplet: 01, 00 and EB. RGB value is (1,0,235). Sum of RGB (Red+Green+Blue) = 1+0+235=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 235 (92.19% from 255 or 99.58% from 236); Max value from RGB is 235 - color contains mainly: blue. Hex color #0100EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0100EB is #FEFF14. Grayscale: #1A1A1A. Windows color (decimal): -16711445 or 15400961. OLE color: 15400961.

HSL color Cylindrical-coordinate representation of color #0100EB: hue angle of 240.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0100EB is Cyan = 1.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10235-
CMYK1.00100.08
HSL240.26º100%46.08%-
HSV(B)240.26º100%92.16%-
XYZ15.01678.97-
YUV27.09245.33109.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 99.58%
R=0.42%
G=0%
B=99.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102351.00100.08240.2610046.08
Hex10EB646408f0642e
Octal1035314414401036014456
Binary10111010111100100110010001000111100001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0100EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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