Html Css Color HEX #116272 Blue Lagoon

📋 copy color: '#116272'

red 17 ◦ green 98 ◦ blue 114

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

Shades of Blue Lagoon #116272

Tints of Blue Lagoon #116272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.79%

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

R = 7.42%
G = 42.79%
B = 49.78%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#116272 (or 0x116272) is known color: Blue Lagoon. HEX triplet: 11, 62 and 72. RGB value is (17,98,114). Sum of RGB (Red+Green+Blue) = 17+98+114=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #116272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116272 is #EE9D8D. Grayscale: #4B4B4B. Windows color (decimal): -15637902 or 7496209. OLE color: 7496209.

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

Color convert

RGB 17 98 114 -
CMYK 0.85 0.14 0 0.55
HSL 189.9º 0.74% 0.26% -
HSV(B) 189.9º 0.85% 0.45% -
XYZ 7.64 10.07 17.46 -
YUV 75.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 17 98 114 0.85 0.14 0 0.55 189.9 0.74 0.26
Hex 11 62 72 55 E 0 37 BE 4A 1A
Octal 21 142 162 125 16 0 67 276 112 32
Binary 10001 1100010 1110010 1010101 1110 0 110111 10111110 1001010 11010

Color Harmonies of #116272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116272

Black with #116272

Text Example


Text Example

White with #116272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116272; }

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

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

background-color css

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

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

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

border-color css

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

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

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