Html Css Color HEX #116072 Blue Lagoon

📋 copy color: '#116072'

red 17 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #116072

Tints of Blue Lagoon #116072

RGB

 RED value IS 17 (7.03% from 255) = 7.49%

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 7.49%
G = 42.29%
B = 50.22%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116072 (or 0x116072) is known color: Blue Lagoon. HEX triplet: 11, 60 and 72. RGB value is (17,96,114). Sum of RGB (Red+Green+Blue) = 17+96+114=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #116072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116072 is #EE9F8D. Grayscale: #4A4A4A. Windows color (decimal): -15638414 or 7495697. OLE color: 7495697.

HSL color Cylindrical-coordinate representation of color #116072: hue angle of 191.13º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116072 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 96 114 -
CMYK 0.85 0.16 0 0.55
HSL 191.13º 0.74% 0.26% -
HSV(B) 191.13º 0.85% 0.45% -
XYZ 7.45 9.7 17.4 -
YUV 74.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 17 96 114 0.85 0.16 0 0.55 191.13 0.74 0.26
Hex 11 60 72 55 10 0 37 BF 4A 1A
Octal 21 140 162 125 20 0 67 277 112 32
Binary 10001 1100000 1110010 1010101 10000 0 110111 10111111 1001010 11010

Color Harmonies of #116072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116072

Black with #116072

Text Example


Text Example

White with #116072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116072; }

 p { color: rgb(17,96,114); }

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

background-color css

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

 a { background-color: rgb(17,96,114); }

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

border-color css

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

 span { border-color: rgb(17,96,114); }

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