Html Css Color HEX #11626F Blue Lagoon

📋 copy color: '#11626F'

red 17 ◦ green 98 ◦ blue 111

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

Shades of Blue Lagoon #11626F

Tints of Blue Lagoon #11626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 7.52%
G = 43.36%
B = 49.12%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11626F (or 0x11626F) is known color: Blue Lagoon. HEX triplet: 11, 62 and 6F. RGB value is (17,98,111). Sum of RGB (Red+Green+Blue) = 17+98+111=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #11626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11626F is #EE9D90. Grayscale: #4B4B4B. Windows color (decimal): -15637905 or 7299601. OLE color: 7299601.

HSL color Cylindrical-coordinate representation of color #11626F: hue angle of 188.3º degrees, saturation: 0.73, 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 #11626F is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 98 111 -
CMYK 0.85 0.12 0 0.56
HSL 188.3º 0.73% 0.25% -
HSV(B) 188.3º 0.85% 0.44% -
XYZ 7.47 10 16.58 -
YUV 75.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 17 98 111 0.85 0.12 0 0.56 188.3 0.73 0.25
Hex 11 62 6F 55 C 0 38 BC 49 19
Octal 21 142 157 125 14 0 70 274 111 31
Binary 10001 1100010 1101111 1010101 1100 0 111000 10111100 1001001 11001

Color Harmonies of #11626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11626F

Black with #11626F

Text Example


Text Example

White with #11626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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