Html Css Color HEX #155289 Bahama Blue

📋 copy color: '#155289'

red 21 ◦ green 82 ◦ blue 137

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

Shades of Bahama Blue #155289

Tints of Bahama Blue #155289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 8.75%
G = 34.17%
B = 57.08%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#155289 (or 0x155289) is known color: Bahama Blue. HEX triplet: 15, 52 and 89. RGB value is (21,82,137). Sum of RGB (Red+Green+Blue) = 21+82+137=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #155289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155289 is #EAAD76. Grayscale: #454545. Windows color (decimal): -15379831 or 8999445. OLE color: 8999445.

HSL color Cylindrical-coordinate representation of color #155289: hue angle of 208.45º 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 #155289 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 82 137 -
CMYK 0.85 0.40 0 0.46
HSL 208.45º 0.73% 0.31% -
HSV(B) 208.45º 0.85% 0.54% -
XYZ 7.84 8 24.8 -
YUV 70.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 21 82 137 0.85 0.40 0 0.46 208.45 0.73 0.31
Hex 15 52 89 55 28 0 2E D0 49 1F
Octal 25 122 211 125 50 0 56 320 111 37
Binary 10101 1010010 10001001 1010101 101000 0 101110 11010000 1001001 11111

Color Harmonies of #155289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155289

Black with #155289

Text Example


Text Example

White with #155289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155289; }

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

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

background-color css

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

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

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

border-color css

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

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

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