Html Css Color HEX #116872 Blue Lagoon

📋 copy color: '#116872'

red 17 ◦ green 104 ◦ blue 114

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

Shades of Blue Lagoon #116872

Tints of Blue Lagoon #116872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.51%

R = 7.23%
G = 44.26%
B = 48.51%

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

#116872 (or 0x116872) is known color: Blue Lagoon. HEX triplet: 11, 68 and 72. RGB value is (17,104,114). Sum of RGB (Red+Green+Blue) = 17+104+114=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #116872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116872 is #EE978D. Grayscale: #4F4F4F. Windows color (decimal): -15636366 or 7497745. OLE color: 7497745.

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

Color convert

RGB 17 104 114 -
CMYK 0.85 0.09 0 0.55
HSL 186.19º 0.74% 0.26% -
HSV(B) 186.19º 0.85% 0.45% -
XYZ 8.22 11.23 17.65 -
YUV 79.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 17 104 114 0.85 0.09 0 0.55 186.19 0.74 0.26
Hex 11 68 72 55 9 0 37 BA 4A 1A
Octal 21 150 162 125 11 0 67 272 112 32
Binary 10001 1101000 1110010 1010101 1001 0 110111 10111010 1001010 11010

Color Harmonies of #116872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116872

Black with #116872

Text Example


Text Example

White with #116872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116872; }

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

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

background-color css

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

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

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

border-color css

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

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

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