Html Css Color HEX #115784 Bahama Blue

📋 copy color: '#115784'

red 17 ◦ green 87 ◦ blue 132

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

Shades of Bahama Blue #115784

Tints of Bahama Blue #115784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 132 (51.95% from 255) = 55.93%

R = 7.2%
G = 36.86%
B = 55.93%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#115784 (or 0x115784) is known color: Bahama Blue. HEX triplet: 11, 57 and 84. RGB value is (17,87,132). Sum of RGB (Red+Green+Blue) = 17+87+132=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #115784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115784 is #EEA87B. Grayscale: #464646. Windows color (decimal): -15640700 or 8673041. OLE color: 8673041.

HSL color Cylindrical-coordinate representation of color #115784: hue angle of 203.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115784 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 87 132 -
CMYK 0.87 0.34 0 0.48
HSL 203.48º 0.77% 0.29% -
HSV(B) 203.48º 0.87% 0.52% -
XYZ 7.8 8.6 23.08 -
YUV 71.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 17 87 132 0.87 0.34 0 0.48 203.48 0.77 0.29
Hex 11 57 84 57 22 0 30 CB 4D 1D
Octal 21 127 204 127 42 0 60 313 115 35
Binary 10001 1010111 10000100 1010111 100010 0 110000 11001011 1001101 11101

Color Harmonies of #115784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115784

Black with #115784

Text Example


Text Example

White with #115784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115784; }

 p { color: rgb(17,87,132); }

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

background-color css

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

 a { background-color: rgb(17,87,132); }

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

border-color css

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

 span { border-color: rgb(17,87,132); }

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