#012AE6

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

Shades of Blue #012AE6

Tints of Blue #012AE6

Color information

#012AE6 (or 0x012AE6) is unknown color: approx Blue. HEX triplet: 01, 2A and E6. RGB value is (1,42,230). Sum of RGB (Red+Green+Blue) = 1+42+230=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 230 (90.23% from 255 or 84.25% from 273); Max value from RGB is 230 - color contains mainly: blue. Hex color #012AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AE6 is #FED519. Grayscale: #323232. Windows color (decimal): -16700698 or 15084033. OLE color: 15084033.

HSL color Cylindrical-coordinate representation of color #012AE6: hue angle of 229.26º 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 #012AE6 is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142230-
CMYK1.000.8200.10
HSL229.26º99.13%45.29%-
HSV(B)229.26º99.57%90.2%-
XYZ15.127.3875.49-
YUV51.17228.9292.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 230 (90.23% from 255) = 84.25%
R=0.37%
G=15.38%
B=84.25%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422301.000.8200.10229.2699.1345.29
Hex12AE664520Ae5632d
Octal15234614412201234514355
Binary1101010111001101100100101001001010111001011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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