Html Css Color HEX #115364 Blue Lagoon

📋 copy color: '#115364'

red 17 ◦ green 83 ◦ blue 100

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

Shades of Blue Lagoon #115364

Tints of Blue Lagoon #115364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50%

R = 8.5%
G = 41.5%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#115364 (or 0x115364) is known color: Blue Lagoon. HEX triplet: 11, 53 and 64. RGB value is (17,83,100). Sum of RGB (Red+Green+Blue) = 17+83+100=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #115364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115364 is #EEAC9B. Grayscale: #414141. Windows color (decimal): -15641756 or 6574865. OLE color: 6574865.

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

Color convert

RGB 17 83 100 -
CMYK 0.83 0.17 0 0.61
HSL 192.29º 0.71% 0.23% -
HSV(B) 192.29º 0.83% 0.39% -
XYZ 5.62 7.23 13.15 -
YUV 65.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 17 83 100 0.83 0.17 0 0.61 192.29 0.71 0.23
Hex 11 53 64 53 11 0 3D C0 47 17
Octal 21 123 144 123 21 0 75 300 107 27
Binary 10001 1010011 1100100 1010011 10001 0 111101 11000000 1000111 10111

Color Harmonies of #115364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115364

Black with #115364

Text Example


Text Example

White with #115364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115364; }

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

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

background-color css

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

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

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

border-color css

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

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

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