Html Css Color HEX #0E5B74 Blue Lagoon

📋 copy color: '#0E5B74'

red 14 ◦ green 91 ◦ blue 116

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

Shades of Blue Lagoon #0E5B74

Tints of Blue Lagoon #0E5B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.18%

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 6.33%
G = 41.18%
B = 52.49%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E5B74 (or 0x0E5B74) is known color: Blue Lagoon. HEX triplet: 0E, 5B and 74. RGB value is (14,91,116). Sum of RGB (Red+Green+Blue) = 14+91+116=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E5B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5B74 is #F1A48B. Grayscale: #464646. Windows color (decimal): -15836300 or 7625486. OLE color: 7625486.

HSL color Cylindrical-coordinate representation of color #0E5B74: hue angle of 194.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E5B74 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 91 116 -
CMYK 0.88 0.22 0 0.55
HSL 194.71º 0.78% 0.25% -
HSV(B) 194.71º 0.88% 0.45% -
XYZ 7.07 8.84 17.86 -
YUV 70.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 14 91 116 0.88 0.22 0 0.55 194.71 0.78 0.25
Hex E 5B 74 58 16 0 37 C3 4E 19
Octal 16 133 164 130 26 0 67 303 116 31
Binary 1110 1011011 1110100 1011000 10110 0 110111 11000011 1001110 11001

Color Harmonies of #0E5B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5B74

Black with #0E5B74

Text Example


Text Example

White with #0E5B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,91,116); }

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

background-color css

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

 a { background-color: rgb(14,91,116); }

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

border-color css

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

 span { border-color: rgb(14,91,116); }

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