#1012E6

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

Shades of Blue #1012E6

Tints of Blue #1012E6

Color information

#1012E6 (or 0x1012E6) is unknown color: approx Blue. HEX triplet: 10, 12 and E6. RGB value is (16,18,230). Sum of RGB (Red+Green+Blue) = 16+18+230=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 230 (90.23% from 255 or 87.12% from 264); Max value from RGB is 230 - color contains mainly: blue. Hex color #1012E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1012E6 is #EFED19. Grayscale: #282828. Windows color (decimal): -15723802 or 15077904. OLE color: 15077904.

HSL color Cylindrical-coordinate representation of color #1012E6: hue angle of 239.44º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1012E6 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1618230-
CMYK0.930.9200.10
HSL239.44º86.99%48.24%-
HSV(B)239.44º93.04%90.2%-
XYZ14.716.2675.29-
YUV41.57234.34109.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 18 (7.42% from 255) = 6.82%
BLUE value IS 230 (90.23% from 255) = 87.12%
R=6.06%
G=6.82%
B=87.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16182300.930.9200.10239.4486.9948.24
Hex1012E65D5C0Aef5730
Octal202234613513401235712760
Binary1000010010111001101011101101110001010111011111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1012E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,18,230); }

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

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

 a { background-color: rgb(16,18,230); }

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

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

 span { border-color: rgb(16,18,230); }

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