Html Css Color HEX #115866 Blue Lagoon

📋 copy color: '#115866'

red 17 ◦ green 88 ◦ blue 102

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

Shades of Blue Lagoon #115866

Tints of Blue Lagoon #115866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

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

R = 8.21%
G = 42.51%
B = 49.28%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#115866 (or 0x115866) is known color: Blue Lagoon. HEX triplet: 11, 58 and 66. RGB value is (17,88,102). Sum of RGB (Red+Green+Blue) = 17+88+102=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #115866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115866 is #EEA799. Grayscale: #444444. Windows color (decimal): -15640474 or 6707217. OLE color: 6707217.

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

Color convert

RGB 17 88 102 -
CMYK 0.83 0.14 0 0.6
HSL 189.88º 0.71% 0.23% -
HSV(B) 189.88º 0.83% 0.4% -
XYZ 6.12 8.06 13.8 -
YUV 68.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 17 88 102 0.83 0.14 0 0.6 189.88 0.71 0.23
Hex 11 58 66 53 E 0 3C BE 47 17
Octal 21 130 146 123 16 0 74 276 107 27
Binary 10001 1011000 1100110 1010011 1110 0 111100 10111110 1000111 10111

Color Harmonies of #115866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115866

Black with #115866

Text Example


Text Example

White with #115866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115866; }

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

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

background-color css

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

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

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

border-color css

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

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

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