Html Css Color HEX #116472 Blue Lagoon

📋 copy color: '#116472'

red 17 ◦ green 100 ◦ blue 114

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

Shades of Blue Lagoon #116472

Tints of Blue Lagoon #116472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.29%

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

R = 7.36%
G = 43.29%
B = 49.35%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116472 (or 0x116472) is known color: Blue Lagoon. HEX triplet: 11, 64 and 72. RGB value is (17,100,114). Sum of RGB (Red+Green+Blue) = 17+100+114=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #116472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116472 is #EE9B8D. Grayscale: #4C4C4C. Windows color (decimal): -15637390 or 7496721. OLE color: 7496721.

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

Color convert

RGB 17 100 114 -
CMYK 0.85 0.12 0 0.55
HSL 188.66º 0.74% 0.26% -
HSV(B) 188.66º 0.85% 0.45% -
XYZ 7.83 10.45 17.52 -
YUV 76.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 17 100 114 0.85 0.12 0 0.55 188.66 0.74 0.26
Hex 11 64 72 55 C 0 37 BD 4A 1A
Octal 21 144 162 125 14 0 67 275 112 32
Binary 10001 1100100 1110010 1010101 1100 0 110111 10111101 1001010 11010

Color Harmonies of #116472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116472

Black with #116472

Text Example


Text Example

White with #116472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116472; }

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

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

background-color css

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

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

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

border-color css

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

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

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