Html Css Color HEX #155A81 Bahama Blue

📋 copy color: '#155A81'

red 21 ◦ green 90 ◦ blue 129

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

Shades of Bahama Blue #155A81

Tints of Bahama Blue #155A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 129 (50.78% from 255) = 53.75%

R = 8.75%
G = 37.5%
B = 53.75%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155A81 (or 0x155A81) is known color: Bahama Blue. HEX triplet: 15, 5A and 81. RGB value is (21,90,129). Sum of RGB (Red+Green+Blue) = 21+90+129=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #155A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A81 is #EAA57E. Grayscale: #494949. Windows color (decimal): -15377791 or 8477205. OLE color: 8477205.

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

Color convert

RGB 21 90 129 -
CMYK 0.84 0.30 0 0.49
HSL 201.67º 0.72% 0.29% -
HSV(B) 201.67º 0.84% 0.51% -
XYZ 7.93 9.06 22.1 -
YUV 73.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 21 90 129 0.84 0.30 0 0.49 201.67 0.72 0.29
Hex 15 5A 81 54 1E 0 31 CA 48 1D
Octal 25 132 201 124 36 0 61 312 110 35
Binary 10101 1011010 10000001 1010100 11110 0 110001 11001010 1001000 11101

Color Harmonies of #155A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A81

Black with #155A81

Text Example


Text Example

White with #155A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,90,129); }

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

background-color css

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

 a { background-color: rgb(21,90,129); }

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

border-color css

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

 span { border-color: rgb(21,90,129); }

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