Html Css Color HEX #155887 Bahama Blue

📋 copy color: '#155887'

red 21 ◦ green 88 ◦ blue 135

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

Shades of Bahama Blue #155887

Tints of Bahama Blue #155887

RGB

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

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

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

R = 8.61%
G = 36.07%
B = 55.33%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#155887 (or 0x155887) is known color: Bahama Blue. HEX triplet: 15, 58 and 87. RGB value is (21,88,135). Sum of RGB (Red+Green+Blue) = 21+88+135=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #155887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155887 is #EAA778. Grayscale: #494949. Windows color (decimal): -15378297 or 8869909. OLE color: 8869909.

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

Color convert

RGB 21 88 135 -
CMYK 0.84 0.35 0 0.47
HSL 204.74º 0.73% 0.31% -
HSV(B) 204.74º 0.84% 0.53% -
XYZ 8.17 8.89 24.21 -
YUV 73.33 162.8 90.68 -
System Red Green Blue C M Y K H S L
Decimal 21 88 135 0.84 0.35 0 0.47 204.74 0.73 0.31
Hex 15 58 87 54 23 0 2F CD 49 1F
Octal 25 130 207 124 43 0 57 315 111 37
Binary 10101 1011000 10000111 1010100 100011 0 101111 11001101 1001001 11111

Color Harmonies of #155887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155887

Black with #155887

Text Example


Text Example

White with #155887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155887; }

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

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

background-color css

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

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

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

border-color css

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

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

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