#014E66

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

Shades of Blue Lagoon #014E66

Tints of Blue Lagoon #014E66

Color information

#014E66 (or 0x014E66) is unknown color: approx Blue Lagoon. HEX triplet: 01, 4E and 66. RGB value is (1,78,102). Sum of RGB (Red+Green+Blue) = 1+78+102=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #014E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014E66 is #FEB199. Grayscale: #393939. Windows color (decimal): -16691610 or 6704641. OLE color: 6704641.

HSL color Cylindrical-coordinate representation of color #014E66: hue angle of 194.26º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E66 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB178102-
CMYK0.990.2400.6
HSL194.26º98.06%20.2%-
HSV(B)194.26º99.02%40%-
XYZ5.146.4113.54-
YUV57.71152.9987.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=0.55%
G=43.09%
B=56.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1781020.990.2400.6194.2698.0620.2
Hex14E66631803Cc26214
Octal11161461433007430214224
Binary110011101100110110001111000011110011000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014E66; }

 p { color: rgb(1,78,102); }

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

<style>
 a { background-color: #014E66; }

 a { background-color: rgb(1,78,102); }

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

<style>
 span { border-color: #014E66; }

 span { border-color: rgb(1,78,102); }

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