Html Css Color HEX #0E5668 Blue Lagoon

📋 copy color: '#0E5668'

red 14 ◦ green 86 ◦ blue 104

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

Shades of Blue Lagoon #0E5668

Tints of Blue Lagoon #0E5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 6.86%
G = 42.16%
B = 50.98%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E5668 (or 0x0E5668) is known color: Blue Lagoon. HEX triplet: 0E, 56 and 68. RGB value is (14,86,104). Sum of RGB (Red+Green+Blue) = 14+86+104=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E5668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5668 is #F1A997. Grayscale: #424242. Windows color (decimal): -15837592 or 6837774. OLE color: 6837774.

HSL color Cylindrical-coordinate representation of color #0E5668: hue angle of 192º 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 #0E5668 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 86 104 -
CMYK 0.87 0.17 0 0.59
HSL 192º 0.76% 0.23% -
HSV(B) 192º 0.87% 0.41% -
XYZ 6.01 7.75 14.28 -
YUV 66.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 14 86 104 0.87 0.17 0 0.59 192 0.76 0.23
Hex E 56 68 57 11 0 3B C0 4C 17
Octal 16 126 150 127 21 0 73 300 114 27
Binary 1110 1010110 1101000 1010111 10001 0 111011 11000000 1001100 10111

Color Harmonies of #0E5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5668

Black with #0E5668

Text Example


Text Example

White with #0E5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,86,104); }

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

background-color css

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

 a { background-color: rgb(14,86,104); }

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

border-color css

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

 span { border-color: rgb(14,86,104); }

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