#012BE6

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

Shades of Blue #012BE6

Tints of Blue #012BE6

Color information

#012BE6 (or 0x012BE6) is unknown color: approx Blue. HEX triplet: 01, 2B and E6. RGB value is (1,43,230). Sum of RGB (Red+Green+Blue) = 1+43+230=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #012BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BE6 is #FED419. Grayscale: #323232. Windows color (decimal): -16700442 or 15084289. OLE color: 15084289.

HSL color Cylindrical-coordinate representation of color #012BE6: hue angle of 229º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BE6 is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143230-
CMYK1.000.8100.10
HSL229º99.13%45.29%-
HSV(B)229º99.57%90.2%-
XYZ15.167.4575.5-
YUV51.76228.5991.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 230 (90.23% from 255) = 83.94%
R=0.36%
G=15.69%
B=83.94%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1432301.000.8100.1022999.1345.29
Hex12BE664510Ae5632d
Octal15334614412101234514355
Binary1101011111001101100100101000101010111001011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012BE6; }

 p { color: rgb(1,43,230); }

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

<style>
 a { background-color: #012BE6; }

 a { background-color: rgb(1,43,230); }

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

<style>
 span { border-color: #012BE6; }

 span { border-color: rgb(1,43,230); }

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