Html Css Color HEX #0E6179 Blue Lagoon

📋 copy color: '#0E6179'

red 14 ◦ green 97 ◦ blue 121

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

Shades of Blue Lagoon #0E6179

Tints of Blue Lagoon #0E6179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 6.03%
G = 41.81%
B = 52.16%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E6179 (or 0x0E6179) is known color: Blue Lagoon. HEX triplet: 0E, 61 and 79. RGB value is (14,97,121). Sum of RGB (Red+Green+Blue) = 14+97+121=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E6179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6179 is #F19E86. Grayscale: #4A4A4A. Windows color (decimal): -15834759 or 7954702. OLE color: 7954702.

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

Color convert

RGB 14 97 121 -
CMYK 0.88 0.20 0 0.53
HSL 193.46º 0.79% 0.26% -
HSV(B) 193.46º 0.88% 0.47% -
XYZ 7.91 10.02 19.61 -
YUV 74.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 14 97 121 0.88 0.20 0 0.53 193.46 0.79 0.26
Hex E 61 79 58 14 0 35 C1 4F 1A
Octal 16 141 171 130 24 0 65 301 117 32
Binary 1110 1100001 1111001 1011000 10100 0 110101 11000001 1001111 11010

Color Harmonies of #0E6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6179

Black with #0E6179

Text Example


Text Example

White with #0E6179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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