Html Css Color HEX #0E6576 Blue Lagoon

📋 copy color: '#0E6576'

red 14 ◦ green 101 ◦ blue 118

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

Shades of Blue Lagoon #0E6576

Tints of Blue Lagoon #0E6576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 6.01%
G = 43.35%
B = 50.64%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E6576 (or 0x0E6576) is known color: Blue Lagoon. HEX triplet: 0E, 65 and 76. RGB value is (14,101,118). Sum of RGB (Red+Green+Blue) = 14+101+118=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E6576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6576 is #F19A89. Grayscale: #4C4C4C. Windows color (decimal): -15833738 or 7759118. OLE color: 7759118.

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

Color convert

RGB 14 101 118 -
CMYK 0.88 0.14 0 0.54
HSL 189.81º 0.79% 0.26% -
HSV(B) 189.81º 0.88% 0.46% -
XYZ 8.1 10.71 18.78 -
YUV 76.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 14 101 118 0.88 0.14 0 0.54 189.81 0.79 0.26
Hex E 65 76 58 E 0 36 BE 4F 1A
Octal 16 145 166 130 16 0 66 276 117 32
Binary 1110 1100101 1110110 1011000 1110 0 110110 10111110 1001111 11010

Color Harmonies of #0E6576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6576

Black with #0E6576

Text Example


Text Example

White with #0E6576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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