Html Css Color HEX #0E6575 Blue Lagoon

📋 copy color: '#0E6575'

red 14 ◦ green 101 ◦ blue 117

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

Shades of Blue Lagoon #0E6575

Tints of Blue Lagoon #0E6575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.43%

R = 6.03%
G = 43.53%
B = 50.43%

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

#0E6575 (or 0x0E6575) is known color: Blue Lagoon. HEX triplet: 0E, 65 and 75. RGB value is (14,101,117). Sum of RGB (Red+Green+Blue) = 14+101+117=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E6575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6575 is #F19A8A. Grayscale: #4C4C4C. Windows color (decimal): -15833739 or 7693582. OLE color: 7693582.

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

Color convert

RGB 14 101 117 -
CMYK 0.88 0.14 0 0.54
HSL 189.32º 0.79% 0.26% -
HSV(B) 189.32º 0.88% 0.46% -
XYZ 8.05 10.69 18.47 -
YUV 76.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 14 101 117 0.88 0.14 0 0.54 189.32 0.79 0.26
Hex E 65 75 58 E 0 36 BD 4F 1A
Octal 16 145 165 130 16 0 66 275 117 32
Binary 1110 1100101 1110101 1011000 1110 0 110110 10111101 1001111 11010

Color Harmonies of #0E6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6575

Black with #0E6575

Text Example


Text Example

White with #0E6575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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