#1406E6

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

Shades of Blue #1406E6

Tints of Blue #1406E6

Color information

#1406E6 (or 0x1406E6) is unknown color: approx Blue. HEX triplet: 14, 06 and E6. RGB value is (20,6,230). Sum of RGB (Red+Green+Blue) = 20+6+230=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 230 (90.23% from 255 or 89.84% from 256); Max value from RGB is 230 - color contains mainly: blue. Hex color #1406E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406E6 is #EBF919. Grayscale: #222222. Windows color (decimal): -15464730 or 15074836. OLE color: 15074836.

HSL color Cylindrical-coordinate representation of color #1406E6: hue angle of 243.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406E6 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206230-
CMYK0.910.9700.10
HSL243.75º94.92%46.27%-
HSV(B)243.75º97.39%90.2%-
XYZ14.645.9975.25-
YUV35.72237.64116.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 230 (90.23% from 255) = 89.84%
R=7.81%
G=2.34%
B=89.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062300.910.9700.10243.7594.9246.27
Hex146E65B610Af45f2e
Octal24634613314101236413756
Binary10100110111001101011011110000101010111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1406E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,6,230); }

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

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

 a { background-color: rgb(20,6,230); }

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

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

 span { border-color: rgb(20,6,230); }

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