Html Css Color HEX #115366 Blue Lagoon

📋 copy color: '#115366'

red 17 ◦ green 83 ◦ blue 102

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

Shades of Blue Lagoon #115366

Tints of Blue Lagoon #115366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 8.42%
G = 41.09%
B = 50.5%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#115366 (or 0x115366) is known color: Blue Lagoon. HEX triplet: 11, 53 and 66. RGB value is (17,83,102). Sum of RGB (Red+Green+Blue) = 17+83+102=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #115366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115366 is #EEAC99. Grayscale: #414141. Windows color (decimal): -15641754 or 6705937. OLE color: 6705937.

HSL color Cylindrical-coordinate representation of color #115366: hue angle of 193.41º 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 #115366 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 83 102 -
CMYK 0.83 0.19 0 0.6
HSL 193.41º 0.71% 0.23% -
HSV(B) 193.41º 0.83% 0.4% -
XYZ 5.72 7.26 13.67 -
YUV 65.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 17 83 102 0.83 0.19 0 0.6 193.41 0.71 0.23
Hex 11 53 66 53 13 0 3C C1 47 17
Octal 21 123 146 123 23 0 74 301 107 27
Binary 10001 1010011 1100110 1010011 10011 0 111100 11000001 1000111 10111

Color Harmonies of #115366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115366

Black with #115366

Text Example


Text Example

White with #115366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115366; }

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

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

background-color css

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

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

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

border-color css

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

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

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