Html Css Color HEX #155D82 Bahama Blue

📋 copy color: '#155D82'

red 21 ◦ green 93 ◦ blue 130

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

Shades of Bahama Blue #155D82

Tints of Bahama Blue #155D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

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

R = 8.61%
G = 38.11%
B = 53.28%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155D82 (or 0x155D82) is known color: Bahama Blue. HEX triplet: 15, 5D and 82. RGB value is (21,93,130). Sum of RGB (Red+Green+Blue) = 21+93+130=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #155D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D82 is #EAA27D. Grayscale: #4B4B4B. Windows color (decimal): -15377022 or 8543509. OLE color: 8543509.

HSL color Cylindrical-coordinate representation of color #155D82: hue angle of 200.37º 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 #155D82 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 93 130 -
CMYK 0.84 0.28 0 0.49
HSL 200.37º 0.72% 0.3% -
HSV(B) 200.37º 0.84% 0.51% -
XYZ 8.25 9.6 22.54 -
YUV 75.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 21 93 130 0.84 0.28 0 0.49 200.37 0.72 0.3
Hex 15 5D 82 54 1C 0 31 C8 48 1E
Octal 25 135 202 124 34 0 61 310 110 36
Binary 10101 1011101 10000010 1010100 11100 0 110001 11001000 1001000 11110

Color Harmonies of #155D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D82

Black with #155D82

Text Example


Text Example

White with #155D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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