Html Css Color HEX #0E6475 Blue Lagoon

📋 copy color: '#0E6475'

red 14 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #0E6475

Tints of Blue Lagoon #0E6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 6.06%
G = 43.29%
B = 50.65%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E6475 (or 0x0E6475) is known color: Blue Lagoon. HEX triplet: 0E, 64 and 75. RGB value is (14,100,117). Sum of RGB (Red+Green+Blue) = 14+100+117=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E6475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6475 is #F19B8A. Grayscale: #4C4C4C. Windows color (decimal): -15833995 or 7693326. OLE color: 7693326.

HSL color Cylindrical-coordinate representation of color #0E6475: hue angle of 189.9º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E6475 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 100 117 -
CMYK 0.88 0.15 0 0.54
HSL 189.9º 0.79% 0.26% -
HSV(B) 189.9º 0.88% 0.46% -
XYZ 7.95 10.49 18.44 -
YUV 76.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 14 100 117 0.88 0.15 0 0.54 189.9 0.79 0.26
Hex E 64 75 58 F 0 36 BE 4F 1A
Octal 16 144 165 130 17 0 66 276 117 32
Binary 1110 1100100 1110101 1011000 1111 0 110110 10111110 1001111 11010

Color Harmonies of #0E6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6475

Black with #0E6475

Text Example


Text Example

White with #0E6475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,100,117); }

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

background-color css

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

 a { background-color: rgb(14,100,117); }

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

border-color css

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

 span { border-color: rgb(14,100,117); }

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