Html Css Color HEX #115982 Bahama Blue

📋 copy color: '#115982'

red 17 ◦ green 89 ◦ blue 130

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

Shades of Bahama Blue #115982

Tints of Bahama Blue #115982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 7.2%
G = 37.71%
B = 55.08%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#115982 (or 0x115982) is known color: Bahama Blue. HEX triplet: 11, 59 and 82. RGB value is (17,89,130). Sum of RGB (Red+Green+Blue) = 17+89+130=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #115982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115982 is #EEA67D. Grayscale: #474747. Windows color (decimal): -15640190 or 8542481. OLE color: 8542481.

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

Color convert

RGB 17 89 130 -
CMYK 0.87 0.32 0 0.49
HSL 201.77º 0.77% 0.29% -
HSV(B) 201.77º 0.87% 0.51% -
XYZ 7.83 8.88 22.42 -
YUV 72.15 160.65 88.67 -
System Red Green Blue C M Y K H S L
Decimal 17 89 130 0.87 0.32 0 0.49 201.77 0.77 0.29
Hex 11 59 82 57 20 0 31 CA 4D 1D
Octal 21 131 202 127 40 0 61 312 115 35
Binary 10001 1011001 10000010 1010111 100000 0 110001 11001010 1001101 11101

Color Harmonies of #115982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115982

Black with #115982

Text Example


Text Example

White with #115982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115982; }

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

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

background-color css

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

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

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

border-color css

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

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

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