Html Css Color HEX #0E5E69 Blue Lagoon

📋 copy color: '#0E5E69'

red 14 ◦ green 94 ◦ blue 105

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

Shades of Blue Lagoon #0E5E69

Tints of Blue Lagoon #0E5E69

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.13%

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 6.57%
G = 44.13%
B = 49.3%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E5E69 (or 0x0E5E69) is known color: Blue Lagoon. HEX triplet: 0E, 5E and 69. RGB value is (14,94,105). Sum of RGB (Red+Green+Blue) = 14+94+105=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E5E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5E69 is #F1A196. Grayscale: #474747. Windows color (decimal): -15835543 or 6905358. OLE color: 6905358.

HSL color Cylindrical-coordinate representation of color #0E5E69: hue angle of 187.25º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E5E69 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 94 105 -
CMYK 0.87 0.10 0 0.59
HSL 187.25º 0.76% 0.23% -
HSV(B) 187.25º 0.87% 0.41% -
XYZ 6.73 9.12 14.77 -
YUV 71.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 14 94 105 0.87 0.10 0 0.59 187.25 0.76 0.23
Hex E 5E 69 57 A 0 3B BB 4C 17
Octal 16 136 151 127 12 0 73 273 114 27
Binary 1110 1011110 1101001 1010111 1010 0 111011 10111011 1001100 10111

Color Harmonies of #0E5E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5E69

Black with #0E5E69

Text Example


Text Example

White with #0E5E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,94,105); }

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

background-color css

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

 a { background-color: rgb(14,94,105); }

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

border-color css

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

 span { border-color: rgb(14,94,105); }

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