Html Css Color HEX #0E5468 Blue Lagoon

📋 copy color: '#0E5468'

red 14 ◦ green 84 ◦ blue 104

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

Shades of Blue Lagoon #0E5468

Tints of Blue Lagoon #0E5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 6.93%
G = 41.58%
B = 51.49%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E5468 (or 0x0E5468) is known color: Blue Lagoon. HEX triplet: 0E, 54 and 68. RGB value is (14,84,104). Sum of RGB (Red+Green+Blue) = 14+84+104=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E5468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5468 is #F1AB97. Grayscale: #414141. Windows color (decimal): -15838104 or 6837262. OLE color: 6837262.

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

Color convert

RGB 14 84 104 -
CMYK 0.87 0.19 0 0.59
HSL 193.33º 0.76% 0.23% -
HSV(B) 193.33º 0.87% 0.41% -
XYZ 5.85 7.43 14.22 -
YUV 65.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 14 84 104 0.87 0.19 0 0.59 193.33 0.76 0.23
Hex E 54 68 57 13 0 3B C1 4C 17
Octal 16 124 150 127 23 0 73 301 114 27
Binary 1110 1010100 1101000 1010111 10011 0 111011 11000001 1001100 10111

Color Harmonies of #0E5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5468

Black with #0E5468

Text Example


Text Example

White with #0E5468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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