Html Css Color HEX #115B83 Bahama Blue

📋 copy color: '#115B83'

red 17 ◦ green 91 ◦ blue 131

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

Shades of Bahama Blue #115B83

Tints of Bahama Blue #115B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 131 (51.56% from 255) = 54.81%

R = 7.11%
G = 38.08%
B = 54.81%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#115B83 (or 0x115B83) is known color: Bahama Blue. HEX triplet: 11, 5B and 83. RGB value is (17,91,131). Sum of RGB (Red+Green+Blue) = 17+91+131=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #115B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B83 is #EEA47C. Grayscale: #494949. Windows color (decimal): -15639677 or 8608529. OLE color: 8608529.

HSL color Cylindrical-coordinate representation of color #115B83: hue angle of 201.05º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115B83 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 91 131 -
CMYK 0.87 0.31 0 0.49
HSL 201.05º 0.77% 0.29% -
HSV(B) 201.05º 0.87% 0.51% -
XYZ 8.07 9.24 22.83 -
YUV 73.43 160.48 87.75 -
System Red Green Blue C M Y K H S L
Decimal 17 91 131 0.87 0.31 0 0.49 201.05 0.77 0.29
Hex 11 5B 83 57 1F 0 31 C9 4D 1D
Octal 21 133 203 127 37 0 61 311 115 35
Binary 10001 1011011 10000011 1010111 11111 0 110001 11001001 1001101 11101

Color Harmonies of #115B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B83

Black with #115B83

Text Example


Text Example

White with #115B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B83; }

 p { color: rgb(17,91,131); }

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

background-color css

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

 a { background-color: rgb(17,91,131); }

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

border-color css

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

 span { border-color: rgb(17,91,131); }

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