Html Css Color HEX #155984 Bahama Blue

📋 copy color: '#155984'

red 21 ◦ green 89 ◦ blue 132

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

Shades of Bahama Blue #155984

Tints of Bahama Blue #155984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 8.68%
G = 36.78%
B = 54.55%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155984 (or 0x155984) is known color: Bahama Blue. HEX triplet: 15, 59 and 84. RGB value is (21,89,132). Sum of RGB (Red+Green+Blue) = 21+89+132=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #155984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155984 is #EAA67B. Grayscale: #494949. Windows color (decimal): -15378044 or 8673557. OLE color: 8673557.

HSL color Cylindrical-coordinate representation of color #155984: hue angle of 203.24º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155984 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 89 132 -
CMYK 0.84 0.33 0 0.48
HSL 203.24º 0.73% 0.3% -
HSV(B) 203.24º 0.84% 0.52% -
XYZ 8.05 8.97 23.14 -
YUV 73.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 21 89 132 0.84 0.33 0 0.48 203.24 0.73 0.3
Hex 15 59 84 54 21 0 30 CB 49 1E
Octal 25 131 204 124 41 0 60 313 111 36
Binary 10101 1011001 10000100 1010100 100001 0 110000 11001011 1001001 11110

Color Harmonies of #155984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155984

Black with #155984

Text Example


Text Example

White with #155984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155984; }

 p { color: rgb(21,89,132); }

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

background-color css

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

 a { background-color: rgb(21,89,132); }

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

border-color css

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

 span { border-color: rgb(21,89,132); }

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