Html Css Color HEX #116871 Blue Lagoon

📋 copy color: '#116871'

red 17 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #116871

Tints of Blue Lagoon #116871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 7.26%
G = 44.44%
B = 48.29%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#116871 (or 0x116871) is known color: Blue Lagoon. HEX triplet: 11, 68 and 71. RGB value is (17,104,113). Sum of RGB (Red+Green+Blue) = 17+104+113=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #116871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116871 is #EE978E. Grayscale: #4E4E4E. Windows color (decimal): -15636367 or 7432209. OLE color: 7432209.

HSL color Cylindrical-coordinate representation of color #116871: hue angle of 185.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116871 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 104 113 -
CMYK 0.85 0.08 0 0.56
HSL 185.63º 0.74% 0.25% -
HSV(B) 185.63º 0.85% 0.44% -
XYZ 8.16 11.21 17.36 -
YUV 79.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 17 104 113 0.85 0.08 0 0.56 185.63 0.74 0.25
Hex 11 68 71 55 8 0 38 BA 4A 19
Octal 21 150 161 125 10 0 70 272 112 31
Binary 10001 1101000 1110001 1010101 1000 0 111000 10111010 1001010 11001

Color Harmonies of #116871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116871

Black with #116871

Text Example


Text Example

White with #116871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116871; }

 p { color: rgb(17,104,113); }

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

background-color css

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

 a { background-color: rgb(17,104,113); }

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

border-color css

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

 span { border-color: rgb(17,104,113); }

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