Html Css Color HEX #11587E Bahama Blue

📋 copy color: '#11587E'

red 17 ◦ green 88 ◦ blue 126

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

Shades of Bahama Blue #11587E

Tints of Bahama Blue #11587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 7.36%
G = 38.1%
B = 54.55%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11587E (or 0x11587E) is known color: Bahama Blue. HEX triplet: 11, 58 and 7E. RGB value is (17,88,126). Sum of RGB (Red+Green+Blue) = 17+88+126=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #11587E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11587E is #EEA781. Grayscale: #464646. Windows color (decimal): -15640450 or 8280081. OLE color: 8280081.

HSL color Cylindrical-coordinate representation of color #11587E: hue angle of 200.92º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11587E is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 88 126 -
CMYK 0.87 0.30 0 0.51
HSL 200.92º 0.76% 0.28% -
HSV(B) 200.92º 0.87% 0.49% -
XYZ 7.49 8.6 21 -
YUV 71.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 17 88 126 0.87 0.30 0 0.51 200.92 0.76 0.28
Hex 11 58 7E 57 1E 0 33 C9 4C 1C
Octal 21 130 176 127 36 0 63 311 114 34
Binary 10001 1011000 1111110 1010111 11110 0 110011 11001001 1001100 11100

Color Harmonies of #11587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11587E

Black with #11587E

Text Example


Text Example

White with #11587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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