Html Css Color HEX #116174 Blue Lagoon

📋 copy color: '#116174'

red 17 ◦ green 97 ◦ blue 116

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

Shades of Blue Lagoon #116174

Tints of Blue Lagoon #116174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 7.39%
G = 42.17%
B = 50.43%

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

#116174 (or 0x116174) is known color: Blue Lagoon. HEX triplet: 11, 61 and 74. RGB value is (17,97,116). Sum of RGB (Red+Green+Blue) = 17+97+116=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #116174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116174 is #EE9E8B. Grayscale: #4B4B4B. Windows color (decimal): -15638156 or 7627025. OLE color: 7627025.

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

Color convert

RGB 17 97 116 -
CMYK 0.85 0.16 0 0.55
HSL 191.52º 0.74% 0.26% -
HSV(B) 191.52º 0.85% 0.45% -
XYZ 7.66 9.93 18.04 -
YUV 75.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 17 97 116 0.85 0.16 0 0.55 191.52 0.74 0.26
Hex 11 61 74 55 10 0 37 C0 4A 1A
Octal 21 141 164 125 20 0 67 300 112 32
Binary 10001 1100001 1110100 1010101 10000 0 110111 11000000 1001010 11010

Color Harmonies of #116174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116174

Black with #116174

Text Example


Text Example

White with #116174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116174; }

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

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

background-color css

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

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

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

border-color css

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

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

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