Html Css Color HEX #155982 Bahama Blue

📋 copy color: '#155982'

red 21 ◦ green 89 ◦ blue 130

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

Shades of Bahama Blue #155982

Tints of Bahama Blue #155982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 8.75%
G = 37.08%
B = 54.17%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155982 (or 0x155982) is known color: Bahama Blue. HEX triplet: 15, 59 and 82. RGB value is (21,89,130). Sum of RGB (Red+Green+Blue) = 21+89+130=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #155982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155982 is #EAA67D. Grayscale: #494949. Windows color (decimal): -15378046 or 8542485. OLE color: 8542485.

HSL color Cylindrical-coordinate representation of color #155982: hue angle of 202.57º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155982 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 89 130 -
CMYK 0.84 0.32 0 0.49
HSL 202.57º 0.72% 0.3% -
HSV(B) 202.57º 0.84% 0.51% -
XYZ 7.91 8.92 22.42 -
YUV 73.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 21 89 130 0.84 0.32 0 0.49 202.57 0.72 0.3
Hex 15 59 82 54 20 0 31 CB 48 1E
Octal 25 131 202 124 40 0 61 313 110 36
Binary 10101 1011001 10000010 1010100 100000 0 110001 11001011 1001000 11110

Color Harmonies of #155982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155982

Black with #155982

Text Example


Text Example

White with #155982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155982; }

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

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

background-color css

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

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

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

border-color css

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

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

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