Html Css Color HEX #115667 Blue Lagoon

📋 copy color: '#115667'

red 17 ◦ green 86 ◦ blue 103

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

Shades of Blue Lagoon #115667

Tints of Blue Lagoon #115667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50%

R = 8.25%
G = 41.75%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#115667 (or 0x115667) is known color: Blue Lagoon. HEX triplet: 11, 56 and 67. RGB value is (17,86,103). Sum of RGB (Red+Green+Blue) = 17+86+103=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #115667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115667 is #EEA998. Grayscale: #434343. Windows color (decimal): -15640985 or 6772241. OLE color: 6772241.

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

Color convert

RGB 17 86 103 -
CMYK 0.83 0.17 0 0.60
HSL 191.86º 0.72% 0.24% -
HSV(B) 191.86º 0.83% 0.4% -
XYZ 6.01 7.75 14.01 -
YUV 67.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 17 86 103 0.83 0.17 0 0.60 191.86 0.72 0.24
Hex 11 56 67 53 11 0 3C C0 48 18
Octal 21 126 147 123 21 0 74 300 110 30
Binary 10001 1010110 1100111 1010011 10001 0 111100 11000000 1001000 11000

Color Harmonies of #115667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115667

Black with #115667

Text Example


Text Example

White with #115667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115667; }

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

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

background-color css

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

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

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

border-color css

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

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

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