#011BEC

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

Shades of Blue #011BEC

Tints of Blue #011BEC

Color information

#011BEC (or 0x011BEC) is unknown color: approx Blue. HEX triplet: 01, 1B and EC. RGB value is (1,27,236). Sum of RGB (Red+Green+Blue) = 1+27+236=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #011BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011BEC is #FEE413. Grayscale: #2A2A2A. Windows color (decimal): -16704532 or 15473409. OLE color: 15473409.

HSL color Cylindrical-coordinate representation of color #011BEC: hue angle of 233.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BEC is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127236-
CMYK1.000.8900.07
HSL233.36º99.16%46.47%-
HSV(B)233.36º99.58%92.55%-
XYZ15.546.8579.86-
YUV43.05236.8998.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 236 (92.58% from 255) = 89.39%
R=0.38%
G=10.23%
B=89.39%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272361.000.8900.07233.3699.1646.47
Hex11BEC645907e9632e
Octal1333541441310735114356
Binary11101111101100110010010110010111111010011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011BEC; }

 p { color: rgb(1,27,236); }

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

<style>
 a { background-color: #011BEC; }

 a { background-color: rgb(1,27,236); }

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

<style>
 span { border-color: #011BEC; }

 span { border-color: rgb(1,27,236); }

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