#0E6079

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

Shades of Blue Lagoon #0E6079

Tints of Blue Lagoon #0E6079

Color information

#0E6079 (or 0x0E6079) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 60 and 79. RGB value is (14,96,121). Sum of RGB (Red+Green+Blue) = 14+96+121=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E6079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6079 is #F19F86. Grayscale: #4A4A4A. Windows color (decimal): -15835015 or 7954446. OLE color: 7954446.

HSL color Cylindrical-coordinate representation of color #0E6079: hue angle of 194.02º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6079 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1496121-
CMYK0.880.2100.53
HSL194.02º79.26%26.47%-
HSV(B)194.02º88.43%47.45%-
XYZ7.829.8419.58-
YUV74.33154.3384.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=6.06%
G=41.56%
B=52.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14961210.880.2100.53194.0279.2626.47
HexE60795815035c24f1a
Octal161401711302506530211732
Binary111011000001111001101100010101011010111000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,96,121); }

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

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

 a { background-color: rgb(14,96,121); }

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

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

 span { border-color: rgb(14,96,121); }

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