Html Css Color HEX #115367 Blue Lagoon

📋 copy color: '#115367'

red 17 ◦ green 83 ◦ blue 103

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

Shades of Blue Lagoon #115367

Tints of Blue Lagoon #115367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 50.74%

R = 8.37%
G = 40.89%
B = 50.74%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#115367 (or 0x115367) is known color: Blue Lagoon. HEX triplet: 11, 53 and 67. RGB value is (17,83,103). Sum of RGB (Red+Green+Blue) = 17+83+103=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #115367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115367 is #EEAC98. Grayscale: #414141. Windows color (decimal): -15641753 or 6771473. OLE color: 6771473.

HSL color Cylindrical-coordinate representation of color #115367: hue angle of 193.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115367 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 83 103 -
CMYK 0.83 0.19 0 0.60
HSL 193.95º 0.72% 0.24% -
HSV(B) 193.95º 0.83% 0.4% -
XYZ 5.77 7.28 13.93 -
YUV 65.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 17 83 103 0.83 0.19 0 0.60 193.95 0.72 0.24
Hex 11 53 67 53 13 0 3C C2 48 18
Octal 21 123 147 123 23 0 74 302 110 30
Binary 10001 1010011 1100111 1010011 10011 0 111100 11000010 1001000 11000

Color Harmonies of #115367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115367

Black with #115367

Text Example


Text Example

White with #115367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115367; }

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

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

background-color css

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

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

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

border-color css

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

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

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