Html Css Color HEX #0E5D75 Blue Lagoon

📋 copy color: '#0E5D75'

red 14 ◦ green 93 ◦ blue 117

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

Shades of Blue Lagoon #0E5D75

Tints of Blue Lagoon #0E5D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

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

R = 6.25%
G = 41.52%
B = 52.23%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E5D75 (or 0x0E5D75) is known color: Blue Lagoon. HEX triplet: 0E, 5D and 75. RGB value is (14,93,117). Sum of RGB (Red+Green+Blue) = 14+93+117=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E5D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5D75 is #F1A28A. Grayscale: #474747. Windows color (decimal): -15835787 or 7691534. OLE color: 7691534.

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

Color convert

RGB 14 93 117 -
CMYK 0.88 0.21 0 0.54
HSL 193.98º 0.79% 0.26% -
HSV(B) 193.98º 0.88% 0.46% -
XYZ 7.31 9.21 18.22 -
YUV 72.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 14 93 117 0.88 0.21 0 0.54 193.98 0.79 0.26
Hex E 5D 75 58 15 0 36 C2 4F 1A
Octal 16 135 165 130 25 0 66 302 117 32
Binary 1110 1011101 1110101 1011000 10101 0 110110 11000010 1001111 11010

Color Harmonies of #0E5D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5D75

Black with #0E5D75

Text Example


Text Example

White with #0E5D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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