Html Css Color HEX #115881 Bahama Blue

📋 copy color: '#115881'

red 17 ◦ green 88 ◦ blue 129

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

Shades of Bahama Blue #115881

Tints of Bahama Blue #115881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 7.26%
G = 37.61%
B = 55.13%

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

#115881 (or 0x115881) is known color: Bahama Blue. HEX triplet: 11, 58 and 81. RGB value is (17,88,129). Sum of RGB (Red+Green+Blue) = 17+88+129=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #115881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115881 is #EEA77E. Grayscale: #474747. Windows color (decimal): -15640447 or 8476689. OLE color: 8476689.

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

Color convert

RGB 17 88 129 -
CMYK 0.87 0.32 0 0.49
HSL 201.96º 0.77% 0.29% -
HSV(B) 201.96º 0.87% 0.51% -
XYZ 7.68 8.68 22.04 -
YUV 71.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 17 88 129 0.87 0.32 0 0.49 201.96 0.77 0.29
Hex 11 58 81 57 20 0 31 CA 4D 1D
Octal 21 130 201 127 40 0 61 312 115 35
Binary 10001 1011000 10000001 1010111 100000 0 110001 11001010 1001101 11101

Color Harmonies of #115881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115881

Black with #115881

Text Example


Text Example

White with #115881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115881; }

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

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

background-color css

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

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

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

border-color css

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

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

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