Html Css Color HEX #0E6577 Blue Lagoon

📋 copy color: '#0E6577'

red 14 ◦ green 101 ◦ blue 119

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

Shades of Blue Lagoon #0E6577

Tints of Blue Lagoon #0E6577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 5.98%
G = 43.16%
B = 50.85%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E6577 (or 0x0E6577) is known color: Blue Lagoon. HEX triplet: 0E, 65 and 77. RGB value is (14,101,119). Sum of RGB (Red+Green+Blue) = 14+101+119=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E6577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6577 is #F19A88. Grayscale: #4C4C4C. Windows color (decimal): -15833737 or 7824654. OLE color: 7824654.

HSL color Cylindrical-coordinate representation of color #0E6577: hue angle of 190.29º 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 #0E6577 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 101 119 -
CMYK 0.88 0.15 0 0.53
HSL 190.29º 0.79% 0.26% -
HSV(B) 190.29º 0.88% 0.47% -
XYZ 8.16 10.73 19.09 -
YUV 77.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 14 101 119 0.88 0.15 0 0.53 190.29 0.79 0.26
Hex E 65 77 58 F 0 35 BE 4F 1A
Octal 16 145 167 130 17 0 65 276 117 32
Binary 1110 1100101 1110111 1011000 1111 0 110101 10111110 1001111 11010

Color Harmonies of #0E6577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6577

Black with #0E6577

Text Example


Text Example

White with #0E6577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,101,119); }

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

background-color css

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

 a { background-color: rgb(14,101,119); }

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

border-color css

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

 span { border-color: rgb(14,101,119); }

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