Html Css Color HEX #0E6075 Blue Lagoon

📋 copy color: '#0E6075'

red 14 ◦ green 96 ◦ blue 117

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

Shades of Blue Lagoon #0E6075

Tints of Blue Lagoon #0E6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

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

R = 6.17%
G = 42.29%
B = 51.54%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E6075 (or 0x0E6075) is known color: Blue Lagoon. HEX triplet: 0E, 60 and 75. RGB value is (14,96,117). Sum of RGB (Red+Green+Blue) = 14+96+117=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E6075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6075 is #F19F8A. Grayscale: #494949. Windows color (decimal): -15835019 or 7692302. OLE color: 7692302.

HSL color Cylindrical-coordinate representation of color #0E6075: hue angle of 192.23º 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 #0E6075 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 96 117 -
CMYK 0.88 0.18 0 0.54
HSL 192.23º 0.79% 0.26% -
HSV(B) 192.23º 0.88% 0.46% -
XYZ 7.57 9.74 18.31 -
YUV 73.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 14 96 117 0.88 0.18 0 0.54 192.23 0.79 0.26
Hex E 60 75 58 12 0 36 C0 4F 1A
Octal 16 140 165 130 22 0 66 300 117 32
Binary 1110 1100000 1110101 1011000 10010 0 110110 11000000 1001111 11010

Color Harmonies of #0E6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6075

Black with #0E6075

Text Example


Text Example

White with #0E6075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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