Html Css Color HEX #116173 Blue Lagoon

📋 copy color: '#116173'

red 17 ◦ green 97 ◦ blue 115

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

Shades of Blue Lagoon #116173

Tints of Blue Lagoon #116173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

 BLUE value IS 115 (45.31% from 255) = 50.22%

R = 7.42%
G = 42.36%
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

#116173 (or 0x116173) is known color: Blue Lagoon. HEX triplet: 11, 61 and 73. RGB value is (17,97,115). Sum of RGB (Red+Green+Blue) = 17+97+115=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #116173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116173 is #EE9E8C. Grayscale: #4A4A4A. Windows color (decimal): -15638157 or 7561489. OLE color: 7561489.

HSL color Cylindrical-coordinate representation of color #116173: hue angle of 191.02º 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 #116173 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 97 115 -
CMYK 0.85 0.16 0 0.55
HSL 191.02º 0.74% 0.26% -
HSV(B) 191.02º 0.85% 0.45% -
XYZ 7.6 9.91 17.73 -
YUV 75.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 17 97 115 0.85 0.16 0 0.55 191.02 0.74 0.26
Hex 11 61 73 55 10 0 37 BF 4A 1A
Octal 21 141 163 125 20 0 67 277 112 32
Binary 10001 1100001 1110011 1010101 10000 0 110111 10111111 1001010 11010

Color Harmonies of #116173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116173

Black with #116173

Text Example


Text Example

White with #116173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116173; }

 p { color: rgb(17,97,115); }

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

background-color css

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

 a { background-color: rgb(17,97,115); }

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

border-color css

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

 span { border-color: rgb(17,97,115); }

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