Html Css Color HEX #155689 Bahama Blue

📋 copy color: '#155689'

red 21 ◦ green 86 ◦ blue 137

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

Shades of Bahama Blue #155689

Tints of Bahama Blue #155689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

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

R = 8.61%
G = 35.25%
B = 56.15%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#155689 (or 0x155689) is known color: Bahama Blue. HEX triplet: 15, 56 and 89. RGB value is (21,86,137). Sum of RGB (Red+Green+Blue) = 21+86+137=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #155689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155689 is #EAA976. Grayscale: #484848. Windows color (decimal): -15378807 or 9000469. OLE color: 9000469.

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

Color convert

RGB 21 86 137 -
CMYK 0.85 0.37 0 0.46
HSL 206.38º 0.73% 0.31% -
HSV(B) 206.38º 0.85% 0.54% -
XYZ 8.15 8.62 24.9 -
YUV 72.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 21 86 137 0.85 0.37 0 0.46 206.38 0.73 0.31
Hex 15 56 89 55 25 0 2E CE 49 1F
Octal 25 126 211 125 45 0 56 316 111 37
Binary 10101 1010110 10001001 1010101 100101 0 101110 11001110 1001001 11111

Color Harmonies of #155689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155689

Black with #155689

Text Example


Text Example

White with #155689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155689; }

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

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

background-color css

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

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

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

border-color css

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

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

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