Html Css Color HEX #115980 Bahama Blue

📋 copy color: '#115980'

red 17 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #115980

Tints of Bahama Blue #115980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 7.26%
G = 38.03%
B = 54.7%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#115980 (or 0x115980) is known color: Bahama Blue. HEX triplet: 11, 59 and 80. RGB value is (17,89,128). Sum of RGB (Red+Green+Blue) = 17+89+128=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #115980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115980 is #EEA67F. Grayscale: #474747. Windows color (decimal): -15640192 or 8411409. OLE color: 8411409.

HSL color Cylindrical-coordinate representation of color #115980: hue angle of 201.08º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115980 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 89 128 -
CMYK 0.87 0.30 0 0.50
HSL 201.08º 0.77% 0.28% -
HSV(B) 201.08º 0.87% 0.5% -
XYZ 7.7 8.82 21.72 -
YUV 71.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 17 89 128 0.87 0.30 0 0.50 201.08 0.77 0.28
Hex 11 59 80 57 1E 0 32 C9 4D 1C
Octal 21 131 200 127 36 0 62 311 115 34
Binary 10001 1011001 10000000 1010111 11110 0 110010 11001001 1001101 11100

Color Harmonies of #115980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115980

Black with #115980

Text Example


Text Example

White with #115980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115980; }

 p { color: rgb(17,89,128); }

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

background-color css

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

 a { background-color: rgb(17,89,128); }

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

border-color css

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

 span { border-color: rgb(17,89,128); }

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