Html Css Color HEX #115466 Blue Lagoon

📋 copy color: '#115466'

red 17 ◦ green 84 ◦ blue 102

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

Shades of Blue Lagoon #115466

Tints of Blue Lagoon #115466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 8.37%
G = 41.38%
B = 50.25%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#115466 (or 0x115466) is known color: Blue Lagoon. HEX triplet: 11, 54 and 66. RGB value is (17,84,102). Sum of RGB (Red+Green+Blue) = 17+84+102=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #115466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115466 is #EEAB99. Grayscale: #414141. Windows color (decimal): -15641498 or 6706193. OLE color: 6706193.

HSL color Cylindrical-coordinate representation of color #115466: hue angle of 192.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115466 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 84 102 -
CMYK 0.83 0.18 0 0.6
HSL 192.71º 0.71% 0.23% -
HSV(B) 192.71º 0.83% 0.4% -
XYZ 5.8 7.42 13.7 -
YUV 66.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 17 84 102 0.83 0.18 0 0.6 192.71 0.71 0.23
Hex 11 54 66 53 12 0 3C C1 47 17
Octal 21 124 146 123 22 0 74 301 107 27
Binary 10001 1010100 1100110 1010011 10010 0 111100 11000001 1000111 10111

Color Harmonies of #115466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115466

Black with #115466

Text Example


Text Example

White with #115466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115466; }

 p { color: rgb(17,84,102); }

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

background-color css

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

 a { background-color: rgb(17,84,102); }

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

border-color css

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

 span { border-color: rgb(17,84,102); }

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