#0126E6

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

Shades of Blue #0126E6

Tints of Blue #0126E6

Color information

#0126E6 (or 0x0126E6) is unknown color: approx Blue. HEX triplet: 01, 26 and E6. RGB value is (1,38,230). Sum of RGB (Red+Green+Blue) = 1+38+230=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 230 (90.23% from 255 or 85.50% from 269); Max value from RGB is 230 - color contains mainly: blue. Hex color #0126E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0126E6 is #FED919. Grayscale: #303030. Windows color (decimal): -16701722 or 15083009. OLE color: 15083009.

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

Color convert

RGB138230-
CMYK1.000.8300.10
HSL230.31º99.13%45.29%-
HSV(B)230.31º99.57%90.2%-
XYZ14.997.1175.44-
YUV48.82230.2493.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 230 (90.23% from 255) = 85.50%
R=0.37%
G=14.13%
B=85.50%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1382301.000.8300.10230.3199.1345.29
Hex126E664530Ae6632d
Octal14634614412301234614355
Binary1100110111001101100100101001101010111001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0126E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0126E6; }

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

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

<style>
 a { background-color: #0126E6; }

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

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

<style>
 span { border-color: #0126E6; }

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

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