Html Css Color HEX #115C87 Bahama Blue

📋 copy color: '#115C87'

red 17 ◦ green 92 ◦ blue 135

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

Shades of Bahama Blue #115C87

Tints of Bahama Blue #115C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 6.97%
G = 37.7%
B = 55.33%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#115C87 (or 0x115C87) is known color: Bahama Blue. HEX triplet: 11, 5C and 87. RGB value is (17,92,135). Sum of RGB (Red+Green+Blue) = 17+92+135=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #115C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115C87 is #EEA378. Grayscale: #4A4A4A. Windows color (decimal): -15639417 or 8870929. OLE color: 8870929.

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

Color convert

RGB 17 92 135 -
CMYK 0.87 0.32 0 0.47
HSL 201.86º 0.78% 0.3% -
HSV(B) 201.86º 0.87% 0.53% -
XYZ 8.43 9.52 24.32 -
YUV 74.48 162.15 87 -
System Red Green Blue C M Y K H S L
Decimal 17 92 135 0.87 0.32 0 0.47 201.86 0.78 0.3
Hex 11 5C 87 57 20 0 2F CA 4E 1E
Octal 21 134 207 127 40 0 57 312 116 36
Binary 10001 1011100 10000111 1010111 100000 0 101111 11001010 1001110 11110

Color Harmonies of #115C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C87

Black with #115C87

Text Example


Text Example

White with #115C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,135); }

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

background-color css

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

 a { background-color: rgb(17,92,135); }

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

border-color css

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

 span { border-color: rgb(17,92,135); }

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