Html Css Color HEX #155389 Bahama Blue

📋 copy color: '#155389'

red 21 ◦ green 83 ◦ blue 137

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

Shades of Bahama Blue #155389

Tints of Bahama Blue #155389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

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

R = 8.71%
G = 34.44%
B = 56.85%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#155389 (or 0x155389) is known color: Bahama Blue. HEX triplet: 15, 53 and 89. RGB value is (21,83,137). Sum of RGB (Red+Green+Blue) = 21+83+137=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #155389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155389 is #EAAC76. Grayscale: #464646. Windows color (decimal): -15379575 or 8999701. OLE color: 8999701.

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

Color convert

RGB 21 83 137 -
CMYK 0.85 0.39 0 0.46
HSL 207.93º 0.73% 0.31% -
HSV(B) 207.93º 0.85% 0.54% -
XYZ 7.92 8.15 24.82 -
YUV 70.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 21 83 137 0.85 0.39 0 0.46 207.93 0.73 0.31
Hex 15 53 89 55 27 0 2E D0 49 1F
Octal 25 123 211 125 47 0 56 320 111 37
Binary 10101 1010011 10001001 1010101 100111 0 101110 11010000 1001001 11111

Color Harmonies of #155389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155389

Black with #155389

Text Example


Text Example

White with #155389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155389; }

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

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

background-color css

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

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

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

border-color css

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

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

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