Html Css Color HEX #115668 Blue Lagoon

📋 copy color: '#115668'

red 17 ◦ green 86 ◦ blue 104

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

Shades of Blue Lagoon #115668

Tints of Blue Lagoon #115668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 8.21%
G = 41.55%
B = 50.24%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#115668 (or 0x115668) is known color: Blue Lagoon. HEX triplet: 11, 56 and 68. RGB value is (17,86,104). Sum of RGB (Red+Green+Blue) = 17+86+104=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #115668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115668 is #EEA997. Grayscale: #434343. Windows color (decimal): -15640984 or 6837777. OLE color: 6837777.

HSL color Cylindrical-coordinate representation of color #115668: hue angle of 192.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115668 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 86 104 -
CMYK 0.84 0.17 0 0.59
HSL 192.41º 0.72% 0.24% -
HSV(B) 192.41º 0.84% 0.41% -
XYZ 6.06 7.77 14.28 -
YUV 67.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 17 86 104 0.84 0.17 0 0.59 192.41 0.72 0.24
Hex 11 56 68 54 11 0 3B C0 48 18
Octal 21 126 150 124 21 0 73 300 110 30
Binary 10001 1010110 1101000 1010100 10001 0 111011 11000000 1001000 11000

Color Harmonies of #115668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115668

Black with #115668

Text Example


Text Example

White with #115668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115668; }

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

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

background-color css

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

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

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

border-color css

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

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

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