Html Css Color HEX #0E5868 Blue Lagoon

📋 copy color: '#0E5868'

red 14 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #0E5868

Tints of Blue Lagoon #0E5868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

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

R = 6.8%
G = 42.72%
B = 50.49%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E5868 (or 0x0E5868) is known color: Blue Lagoon. HEX triplet: 0E, 58 and 68. RGB value is (14,88,104). Sum of RGB (Red+Green+Blue) = 14+88+104=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E5868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5868 is #F1A797. Grayscale: #434343. Windows color (decimal): -15837080 or 6838286. OLE color: 6838286.

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

Color convert

RGB 14 88 104 -
CMYK 0.87 0.15 0 0.59
HSL 190.67º 0.76% 0.23% -
HSV(B) 190.67º 0.87% 0.41% -
XYZ 6.17 8.07 14.33 -
YUV 67.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 14 88 104 0.87 0.15 0 0.59 190.67 0.76 0.23
Hex E 58 68 57 F 0 3B BF 4C 17
Octal 16 130 150 127 17 0 73 277 114 27
Binary 1110 1011000 1101000 1010111 1111 0 111011 10111111 1001100 10111

Color Harmonies of #0E5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5868

Black with #0E5868

Text Example


Text Example

White with #0E5868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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