Html Css Color HEX #115988 Bahama Blue

📋 copy color: '#115988'

red 17 ◦ green 89 ◦ blue 136

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

Shades of Bahama Blue #115988

Tints of Bahama Blue #115988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 7.02%
G = 36.78%
B = 56.2%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#115988 (or 0x115988) is known color: Bahama Blue. HEX triplet: 11, 59 and 88. RGB value is (17,89,136). Sum of RGB (Red+Green+Blue) = 17+89+136=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #115988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115988 is #EEA677. Grayscale: #484848. Windows color (decimal): -15640184 or 8935697. OLE color: 8935697.

HSL color Cylindrical-coordinate representation of color #115988: hue angle of 203.7º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115988 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 89 136 -
CMYK 0.87 0.35 0 0.47
HSL 203.7º 0.78% 0.3% -
HSV(B) 203.7º 0.88% 0.53% -
XYZ 8.25 9.04 24.6 -
YUV 72.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 17 89 136 0.87 0.35 0 0.47 203.7 0.78 0.3
Hex 11 59 88 57 23 0 2F CC 4E 1E
Octal 21 131 210 127 43 0 57 314 116 36
Binary 10001 1011001 10001000 1010111 100011 0 101111 11001100 1001110 11110

Color Harmonies of #115988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115988

Black with #115988

Text Example


Text Example

White with #115988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115988; }

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

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

background-color css

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

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

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

border-color css

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

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

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