Html Css Color HEX #115983 Bahama Blue

📋 copy color: '#115983'

red 17 ◦ green 89 ◦ blue 131

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

Shades of Bahama Blue #115983

Tints of Bahama Blue #115983

RGB

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

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

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

R = 7.17%
G = 37.55%
B = 55.27%

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

#115983 (or 0x115983) is known color: Bahama Blue. HEX triplet: 11, 59 and 83. RGB value is (17,89,131). Sum of RGB (Red+Green+Blue) = 17+89+131=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #115983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115983 is #EEA67C. Grayscale: #484848. Windows color (decimal): -15640189 or 8608017. OLE color: 8608017.

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

Color convert

RGB 17 89 131 -
CMYK 0.87 0.32 0 0.49
HSL 202.11º 0.77% 0.29% -
HSV(B) 202.11º 0.87% 0.51% -
XYZ 7.9 8.9 22.77 -
YUV 72.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 17 89 131 0.87 0.32 0 0.49 202.11 0.77 0.29
Hex 11 59 83 57 20 0 31 CA 4D 1D
Octal 21 131 203 127 40 0 61 312 115 35
Binary 10001 1011001 10000011 1010111 100000 0 110001 11001010 1001101 11101

Color Harmonies of #115983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115983

Black with #115983

Text Example


Text Example

White with #115983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115983; }

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

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

background-color css

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

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

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

border-color css

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

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

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