Html Css Color HEX #0E596C Blue Lagoon

📋 copy color: '#0E596C'

red 14 ◦ green 89 ◦ blue 108

#0E596C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #0E596C

Tints of Blue Lagoon #0E596C

RGB

 RED value IS 14 (5.86% from 255) = 6.64%

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 6.64%
G = 42.18%
B = 51.18%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E596C (or 0x0E596C) is known color: Blue Lagoon. HEX triplet: 0E, 59 and 6C. RGB value is (14,89,108). Sum of RGB (Red+Green+Blue) = 14+89+108=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E596C is #F1A693. Grayscale: #444444. Windows color (decimal): -15836820 or 7100686. OLE color: 7100686.

HSL color Cylindrical-coordinate representation of color #0E596C: hue angle of 192.13º 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 #0E596C is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 89 108 -
CMYK 0.87 0.18 0 0.58
HSL 192.13º 0.77% 0.24% -
HSV(B) 192.13º 0.87% 0.42% -
XYZ 6.46 8.32 15.45 -
YUV 68.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 14 89 108 0.87 0.18 0 0.58 192.13 0.77 0.24
Hex E 59 6C 57 12 0 3A C0 4D 18
Octal 16 131 154 127 22 0 72 300 115 30
Binary 1110 1011001 1101100 1010111 10010 0 111010 11000000 1001101 11000

Color Harmonies of #0E596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E596C

Black with #0E596C

Text Example


Text Example

White with #0E596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,108); }

 H1.HeaderClassName
 {
   color: #0E596C;
 }
 .AnyTagClassName
 {
   color: #0E596C;
 }
</style>

background-color css

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

 a { background-color: rgb(14,89,108); }

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

border-color css

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

 span { border-color: rgb(14,89,108); }

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