Html Css Color HEX #0E5768 Blue Lagoon

📋 copy color: '#0E5768'

red 14 ◦ green 87 ◦ blue 104

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

Shades of Blue Lagoon #0E5768

Tints of Blue Lagoon #0E5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

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

R = 6.83%
G = 42.44%
B = 50.73%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E5768 (or 0x0E5768) is known color: Blue Lagoon. HEX triplet: 0E, 57 and 68. RGB value is (14,87,104). Sum of RGB (Red+Green+Blue) = 14+87+104=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E5768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5768 is #F1A897. Grayscale: #424242. Windows color (decimal): -15837336 or 6838030. OLE color: 6838030.

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

Color convert

RGB 14 87 104 -
CMYK 0.87 0.16 0 0.59
HSL 191.33º 0.76% 0.23% -
HSV(B) 191.33º 0.87% 0.41% -
XYZ 6.09 7.91 14.3 -
YUV 67.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 14 87 104 0.87 0.16 0 0.59 191.33 0.76 0.23
Hex E 57 68 57 10 0 3B BF 4C 17
Octal 16 127 150 127 20 0 73 277 114 27
Binary 1110 1010111 1101000 1010111 10000 0 111011 10111111 1001100 10111

Color Harmonies of #0E5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5768

Black with #0E5768

Text Example


Text Example

White with #0E5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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