Html Css Color HEX #115880 Bahama Blue

📋 copy color: '#115880'

red 17 ◦ green 88 ◦ blue 128

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

Shades of Bahama Blue #115880

Tints of Bahama Blue #115880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 128 (50.39% from 255) = 54.94%

R = 7.3%
G = 37.77%
B = 54.94%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#115880 (or 0x115880) is known color: Bahama Blue. HEX triplet: 11, 58 and 80. RGB value is (17,88,128). Sum of RGB (Red+Green+Blue) = 17+88+128=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #115880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115880 is #EEA77F. Grayscale: #474747. Windows color (decimal): -15640448 or 8411153. OLE color: 8411153.

HSL color Cylindrical-coordinate representation of color #115880: hue angle of 201.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115880 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 88 128 -
CMYK 0.87 0.31 0 0.50
HSL 201.62º 0.77% 0.28% -
HSV(B) 201.62º 0.87% 0.5% -
XYZ 7.62 8.66 21.69 -
YUV 71.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 17 88 128 0.87 0.31 0 0.50 201.62 0.77 0.28
Hex 11 58 80 57 1F 0 32 CA 4D 1C
Octal 21 130 200 127 37 0 62 312 115 34
Binary 10001 1011000 10000000 1010111 11111 0 110010 11001010 1001101 11100

Color Harmonies of #115880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115880

Black with #115880

Text Example


Text Example

White with #115880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115880; }

 p { color: rgb(17,88,128); }

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

background-color css

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

 a { background-color: rgb(17,88,128); }

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

border-color css

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

 span { border-color: rgb(17,88,128); }

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