#0E506B

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

Shades of Blue Lagoon #0E506B

Tints of Blue Lagoon #0E506B

Color information

#0E506B (or 0x0E506B) is unknown color: approx Blue Lagoon. HEX triplet: 0E, 50 and 6B. RGB value is (14,80,107). Sum of RGB (Red+Green+Blue) = 14+80+107=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E506B is #F1AF94. Grayscale: #3F3F3F. Windows color (decimal): -15839125 or 7032846. OLE color: 7032846.

HSL color Cylindrical-coordinate representation of color #0E506B: hue angle of 197.42º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E506B is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1480107-
CMYK0.870.2500.58
HSL197.42º76.86%23.73%-
HSV(B)197.42º86.92%41.96%-
XYZ5.76.8914.94-
YUV63.34152.6392.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=6.97%
G=39.80%
B=53.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal14801070.870.2500.58197.4276.8623.73
HexE506B571903Ac54d18
Octal161201531273107230511530
Binary111010100001101011101011111001011101011000101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,107); }

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

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

 a { background-color: rgb(14,80,107); }

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

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

 span { border-color: rgb(14,80,107); }

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