Html Css Color HEX #155180 Bahama Blue

📋 copy color: '#155180'

red 21 ◦ green 81 ◦ blue 128

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

Shades of Bahama Blue #155180

Tints of Bahama Blue #155180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.22%

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 9.13%
G = 35.22%
B = 55.65%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#155180 (or 0x155180) is known color: Bahama Blue. HEX triplet: 15, 51 and 80. RGB value is (21,81,128). Sum of RGB (Red+Green+Blue) = 21+81+128=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #155180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155180 is #EAAE7F. Grayscale: #444444. Windows color (decimal): -15380096 or 8409365. OLE color: 8409365.

HSL color Cylindrical-coordinate representation of color #155180: hue angle of 206.36º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155180 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 81 128 -
CMYK 0.84 0.37 0 0.50
HSL 206.36º 0.72% 0.29% -
HSV(B) 206.36º 0.84% 0.5% -
XYZ 7.15 7.6 21.51 -
YUV 68.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 21 81 128 0.84 0.37 0 0.50 206.36 0.72 0.29
Hex 15 51 80 54 25 0 32 CE 48 1D
Octal 25 121 200 124 45 0 62 316 110 35
Binary 10101 1010001 10000000 1010100 100101 0 110010 11001110 1001000 11101

Color Harmonies of #155180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155180

Black with #155180

Text Example


Text Example

White with #155180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155180; }

 p { color: rgb(21,81,128); }

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

background-color css

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

 a { background-color: rgb(21,81,128); }

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

border-color css

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

 span { border-color: rgb(21,81,128); }

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