Html Css Color HEX #115D83 Bahama Blue

📋 copy color: '#115D83'

red 17 ◦ green 93 ◦ blue 131

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

Shades of Bahama Blue #115D83

Tints of Bahama Blue #115D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 7.05%
G = 38.59%
B = 54.36%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#115D83 (or 0x115D83) is known color: Bahama Blue. HEX triplet: 11, 5D and 83. RGB value is (17,93,131). Sum of RGB (Red+Green+Blue) = 17+93+131=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #115D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D83 is #EEA27C. Grayscale: #4A4A4A. Windows color (decimal): -15639165 or 8609041. OLE color: 8609041.

HSL color Cylindrical-coordinate representation of color #115D83: hue angle of 200º 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 #115D83 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 93 131 -
CMYK 0.87 0.29 0 0.49
HSL 200º 0.77% 0.29% -
HSV(B) 200º 0.87% 0.51% -
XYZ 8.24 9.59 22.89 -
YUV 74.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 17 93 131 0.87 0.29 0 0.49 200 0.77 0.29
Hex 11 5D 83 57 1D 0 31 C8 4D 1D
Octal 21 135 203 127 35 0 61 310 115 35
Binary 10001 1011101 10000011 1010111 11101 0 110001 11001000 1001101 11101

Color Harmonies of #115D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D83

Black with #115D83

Text Example


Text Example

White with #115D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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