Html Css Color HEX #116973 Blue Lagoon

📋 copy color: '#116973'

red 17 ◦ green 105 ◦ blue 115

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

Shades of Blue Lagoon #116973

Tints of Blue Lagoon #116973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

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

R = 7.17%
G = 44.3%
B = 48.52%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116973 (or 0x116973) is known color: Blue Lagoon. HEX triplet: 11, 69 and 73. RGB value is (17,105,115). Sum of RGB (Red+Green+Blue) = 17+105+115=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #116973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116973 is #EE968C. Grayscale: #4F4F4F. Windows color (decimal): -15636109 or 7563537. OLE color: 7563537.

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

Color convert

RGB 17 105 115 -
CMYK 0.85 0.09 0 0.55
HSL 186.12º 0.74% 0.26% -
HSV(B) 186.12º 0.85% 0.45% -
XYZ 8.38 11.46 17.99 -
YUV 79.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 17 105 115 0.85 0.09 0 0.55 186.12 0.74 0.26
Hex 11 69 73 55 9 0 37 BA 4A 1A
Octal 21 151 163 125 11 0 67 272 112 32
Binary 10001 1101001 1110011 1010101 1001 0 110111 10111010 1001010 11010

Color Harmonies of #116973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116973

Black with #116973

Text Example


Text Example

White with #116973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116973; }

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

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

background-color css

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

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

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

border-color css

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

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

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