Html Css Color HEX #115869 Blue Lagoon

📋 copy color: '#115869'

red 17 ◦ green 88 ◦ blue 105

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

Shades of Blue Lagoon #115869

Tints of Blue Lagoon #115869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 8.1%
G = 41.9%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#115869 (or 0x115869) is known color: Blue Lagoon. HEX triplet: 11, 58 and 69. RGB value is (17,88,105). Sum of RGB (Red+Green+Blue) = 17+88+105=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #115869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115869 is #EEA796. Grayscale: #444444. Windows color (decimal): -15640471 or 6903825. OLE color: 6903825.

HSL color Cylindrical-coordinate representation of color #115869: hue angle of 191.59º 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 #115869 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 88 105 -
CMYK 0.84 0.16 0 0.59
HSL 191.59º 0.72% 0.24% -
HSV(B) 191.59º 0.84% 0.41% -
XYZ 6.27 8.12 14.6 -
YUV 68.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 17 88 105 0.84 0.16 0 0.59 191.59 0.72 0.24
Hex 11 58 69 54 10 0 3B C0 48 18
Octal 21 130 151 124 20 0 73 300 110 30
Binary 10001 1011000 1101001 1010100 10000 0 111011 11000000 1001000 11000

Color Harmonies of #115869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115869

Black with #115869

Text Example


Text Example

White with #115869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115869; }

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

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

background-color css

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

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

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

border-color css

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

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

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