Html Css Color HEX #116373 Blue Lagoon

📋 copy color: '#116373'

red 17 ◦ green 99 ◦ blue 115

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

Shades of Blue Lagoon #116373

Tints of Blue Lagoon #116373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 7.36%
G = 42.86%
B = 49.78%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116373 (or 0x116373) is known color: Blue Lagoon. HEX triplet: 11, 63 and 73. RGB value is (17,99,115). Sum of RGB (Red+Green+Blue) = 17+99+115=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #116373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116373 is #EE9C8C. Grayscale: #4C4C4C. Windows color (decimal): -15637645 or 7562001. OLE color: 7562001.

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

Color convert

RGB 17 99 115 -
CMYK 0.85 0.14 0 0.55
HSL 189.8º 0.74% 0.26% -
HSV(B) 189.8º 0.85% 0.45% -
XYZ 7.79 10.28 17.79 -
YUV 76.31 149.83 85.7 -
System Red Green Blue C M Y K H S L
Decimal 17 99 115 0.85 0.14 0 0.55 189.8 0.74 0.26
Hex 11 63 73 55 E 0 37 BE 4A 1A
Octal 21 143 163 125 16 0 67 276 112 32
Binary 10001 1100011 1110011 1010101 1110 0 110111 10111110 1001010 11010

Color Harmonies of #116373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116373

Black with #116373

Text Example


Text Example

White with #116373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116373; }

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

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

background-color css

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

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

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

border-color css

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

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

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