#0E5663

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

Shades of Blue Lagoon #0E5663

Tints of Blue Lagoon #0E5663

Color information

#0E5663 (or 0x0E5663) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 56 and 63. RGB value is (14,86,99). Sum of RGB (Red+Green+Blue) = 14+86+99=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E5663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5663 is #F1A99C. Grayscale: #414141. Windows color (decimal): -15837597 or 6510094. OLE color: 6510094.

HSL color Cylindrical-coordinate representation of color #0E5663: hue angle of 189.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E5663 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB148699-
CMYK0.860.1300.61
HSL189.18º75.22%22.16%-
HSV(B)189.18º85.86%38.82%-
XYZ5.767.6512.98-
YUV65.95146.6590.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.04%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=7.04%
G=43.22%
B=49.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1486990.860.1300.61189.1875.2222.16
HexE566356D03Dbd4b16
Octal161261431261507527511326
Binary11101010110110001110101101101011110110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5663; }

 p { color: rgb(14,86,99); }

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

<style>
 a { background-color: #0E5663; }

 a { background-color: rgb(14,86,99); }

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

<style>
 span { border-color: #0E5663; }

 span { border-color: rgb(14,86,99); }

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