Html Css Color HEX #155687 Bahama Blue

📋 copy color: '#155687'

red 21 ◦ green 86 ◦ blue 135

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

Shades of Bahama Blue #155687

Tints of Bahama Blue #155687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 8.68%
G = 35.54%
B = 55.79%

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

#155687 (or 0x155687) is known color: Bahama Blue. HEX triplet: 15, 56 and 87. RGB value is (21,86,135). Sum of RGB (Red+Green+Blue) = 21+86+135=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #155687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155687 is #EAA978. Grayscale: #474747. Windows color (decimal): -15378809 or 8869397. OLE color: 8869397.

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

Color convert

RGB 21 86 135 -
CMYK 0.84 0.36 0 0.47
HSL 205.79º 0.73% 0.31% -
HSV(B) 205.79º 0.84% 0.53% -
XYZ 8.01 8.56 24.15 -
YUV 72.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 21 86 135 0.84 0.36 0 0.47 205.79 0.73 0.31
Hex 15 56 87 54 24 0 2F CE 49 1F
Octal 25 126 207 124 44 0 57 316 111 37
Binary 10101 1010110 10000111 1010100 100100 0 101111 11001110 1001001 11111

Color Harmonies of #155687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155687

Black with #155687

Text Example


Text Example

White with #155687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155687; }

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

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

background-color css

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

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

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

border-color css

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

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

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