Html Css Color HEX #155889 Bahama Blue

📋 copy color: '#155889'

red 21 ◦ green 88 ◦ blue 137

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

Shades of Bahama Blue #155889

Tints of Bahama Blue #155889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.69%

R = 8.54%
G = 35.77%
B = 55.69%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#155889 (or 0x155889) is known color: Bahama Blue. HEX triplet: 15, 58 and 89. RGB value is (21,88,137). Sum of RGB (Red+Green+Blue) = 21+88+137=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #155889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155889 is #EAA776. Grayscale: #494949. Windows color (decimal): -15378295 or 9000981. OLE color: 9000981.

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

Color convert

RGB 21 88 137 -
CMYK 0.85 0.36 0 0.46
HSL 205.34º 0.73% 0.31% -
HSV(B) 205.34º 0.85% 0.54% -
XYZ 8.31 8.95 24.96 -
YUV 73.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 21 88 137 0.85 0.36 0 0.46 205.34 0.73 0.31
Hex 15 58 89 55 24 0 2E CD 49 1F
Octal 25 130 211 125 44 0 56 315 111 37
Binary 10101 1011000 10001001 1010101 100100 0 101110 11001101 1001001 11111

Color Harmonies of #155889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155889

Black with #155889

Text Example


Text Example

White with #155889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155889; }

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

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

background-color css

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

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

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

border-color css

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

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

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