Html Css Color HEX #0E5667 Blue Lagoon

📋 copy color: '#0E5667'

red 14 ◦ green 86 ◦ blue 103

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

Shades of Blue Lagoon #0E5667

Tints of Blue Lagoon #0E5667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 6.9%
G = 42.36%
B = 50.74%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E5667 (or 0x0E5667) is known color: Blue Lagoon. HEX triplet: 0E, 56 and 67. RGB value is (14,86,103). Sum of RGB (Red+Green+Blue) = 14+86+103=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E5667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5667 is #F1A998. Grayscale: #424242. Windows color (decimal): -15837593 or 6772238. OLE color: 6772238.

HSL color Cylindrical-coordinate representation of color #0E5667: hue angle of 191.46º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E5667 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 86 103 -
CMYK 0.86 0.17 0 0.60
HSL 191.46º 0.76% 0.23% -
HSV(B) 191.46º 0.86% 0.4% -
XYZ 5.96 7.73 14.01 -
YUV 66.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 14 86 103 0.86 0.17 0 0.60 191.46 0.76 0.23
Hex E 56 67 56 11 0 3C BF 4C 17
Octal 16 126 147 126 21 0 74 277 114 27
Binary 1110 1010110 1100111 1010110 10001 0 111100 10111111 1001100 10111

Color Harmonies of #0E5667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5667

Black with #0E5667

Text Example


Text Example

White with #0E5667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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