Html Css Color HEX #0E5D6B Blue Lagoon

📋 copy color: '#0E5D6B'

red 14 ◦ green 93 ◦ blue 107

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

Shades of Blue Lagoon #0E5D6B

Tints of Blue Lagoon #0E5D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50%

R = 6.54%
G = 43.46%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E5D6B (or 0x0E5D6B) is known color: Blue Lagoon. HEX triplet: 0E, 5D and 6B. RGB value is (14,93,107). Sum of RGB (Red+Green+Blue) = 14+93+107=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E5D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5D6B is #F1A294. Grayscale: #464646. Windows color (decimal): -15835797 or 7036174. OLE color: 7036174.

HSL color Cylindrical-coordinate representation of color #0E5D6B: hue angle of 189.03º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5D6B is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 93 107 -
CMYK 0.87 0.13 0 0.58
HSL 189.03º 0.77% 0.24% -
HSV(B) 189.03º 0.87% 0.42% -
XYZ 6.75 8.98 15.29 -
YUV 70.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 14 93 107 0.87 0.13 0 0.58 189.03 0.77 0.24
Hex E 5D 6B 57 D 0 3A BD 4D 18
Octal 16 135 153 127 15 0 72 275 115 30
Binary 1110 1011101 1101011 1010111 1101 0 111010 10111101 1001101 11000

Color Harmonies of #0E5D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5D6B

Black with #0E5D6B

Text Example


Text Example

White with #0E5D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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