Html Css Color HEX #115363 Blue Lagoon

📋 copy color: '#115363'

red 17 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #115363

Tints of Blue Lagoon #115363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 8.54%
G = 41.71%
B = 49.75%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#115363 (or 0x115363) is known color: Blue Lagoon. HEX triplet: 11, 53 and 63. RGB value is (17,83,99). Sum of RGB (Red+Green+Blue) = 17+83+99=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #115363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115363 is #EEAC9C. Grayscale: #404040. Windows color (decimal): -15641757 or 6509329. OLE color: 6509329.

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

Color convert

RGB 17 83 99 -
CMYK 0.83 0.16 0 0.61
HSL 191.71º 0.71% 0.23% -
HSV(B) 191.71º 0.83% 0.39% -
XYZ 5.58 7.21 12.9 -
YUV 65.09 147.13 93.7 -
System Red Green Blue C M Y K H S L
Decimal 17 83 99 0.83 0.16 0 0.61 191.71 0.71 0.23
Hex 11 53 63 53 10 0 3D C0 47 17
Octal 21 123 143 123 20 0 75 300 107 27
Binary 10001 1010011 1100011 1010011 10000 0 111101 11000000 1000111 10111

Color Harmonies of #115363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115363

Black with #115363

Text Example


Text Example

White with #115363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115363; }

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

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

background-color css

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

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

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

border-color css

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

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

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