Html Css Color HEX #155587 Bahama Blue

📋 copy color: '#155587'

red 21 ◦ green 85 ◦ blue 135

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

Shades of Bahama Blue #155587

Tints of Bahama Blue #155587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 8.71%
G = 35.27%
B = 56.02%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#155587 (or 0x155587) is known color: Bahama Blue. HEX triplet: 15, 55 and 87. RGB value is (21,85,135). Sum of RGB (Red+Green+Blue) = 21+85+135=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #155587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155587 is #EAAA78. Grayscale: #474747. Windows color (decimal): -15379065 or 8869141. OLE color: 8869141.

HSL color Cylindrical-coordinate representation of color #155587: hue angle of 206.32º 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 #155587 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 85 135 -
CMYK 0.84 0.37 0 0.47
HSL 206.32º 0.73% 0.31% -
HSV(B) 206.32º 0.84% 0.53% -
XYZ 7.93 8.41 24.13 -
YUV 71.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 21 85 135 0.84 0.37 0 0.47 206.32 0.73 0.31
Hex 15 55 87 54 25 0 2F CE 49 1F
Octal 25 125 207 124 45 0 57 316 111 37
Binary 10101 1010101 10000111 1010100 100101 0 101111 11001110 1001001 11111

Color Harmonies of #155587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155587

Black with #155587

Text Example


Text Example

White with #155587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155587; }

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

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

background-color css

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

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

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

border-color css

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

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

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