Html Css Color HEX #155686 Bahama Blue

📋 copy color: '#155686'

red 21 ◦ green 86 ◦ blue 134

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

Shades of Bahama Blue #155686

Tints of Bahama Blue #155686

RGB

 RED value IS 21 (8.59% from 255) = 8.71%

 GREEN value IS 86 (33.98% from 255) = 35.68%

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 8.71%
G = 35.68%
B = 55.6%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#155686 (or 0x155686) is known color: Bahama Blue. HEX triplet: 15, 56 and 86. RGB value is (21,86,134). Sum of RGB (Red+Green+Blue) = 21+86+134=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #155686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155686 is #EAA979. Grayscale: #474747. Windows color (decimal): -15378810 or 8803861. OLE color: 8803861.

HSL color Cylindrical-coordinate representation of color #155686: hue angle of 205.49º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155686 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 86 134 -
CMYK 0.84 0.36 0 0.47
HSL 205.49º 0.73% 0.3% -
HSV(B) 205.49º 0.84% 0.53% -
XYZ 7.94 8.54 23.78 -
YUV 72.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 21 86 134 0.84 0.36 0 0.47 205.49 0.73 0.3
Hex 15 56 86 54 24 0 2F CD 49 1E
Octal 25 126 206 124 44 0 57 315 111 36
Binary 10101 1010110 10000110 1010100 100100 0 101111 11001101 1001001 11110

Color Harmonies of #155686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155686

Black with #155686

Text Example


Text Example

White with #155686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155686; }

 p { color: rgb(21,86,134); }

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

background-color css

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

 a { background-color: rgb(21,86,134); }

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

border-color css

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

 span { border-color: rgb(21,86,134); }

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