Html Css Color HEX #155A8B Bahama Blue

📋 copy color: '#155A8B'

red 21 ◦ green 90 ◦ blue 139

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

Shades of Bahama Blue #155A8B

Tints of Bahama Blue #155A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 8.4%
G = 36%
B = 55.6%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#155A8B (or 0x155A8B) is known color: Bahama Blue. HEX triplet: 15, 5A and 8B. RGB value is (21,90,139). Sum of RGB (Red+Green+Blue) = 21+90+139=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #155A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A8B is #EAA574. Grayscale: #4A4A4A. Windows color (decimal): -15377781 or 9132565. OLE color: 9132565.

HSL color Cylindrical-coordinate representation of color #155A8B: hue angle of 204.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155A8B is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 90 139 -
CMYK 0.85 0.35 0 0.45
HSL 204.92º 0.74% 0.31% -
HSV(B) 204.92º 0.85% 0.55% -
XYZ 8.63 9.34 25.77 -
YUV 74.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 21 90 139 0.85 0.35 0 0.45 204.92 0.74 0.31
Hex 15 5A 8B 55 23 0 2D CD 4A 1F
Octal 25 132 213 125 43 0 55 315 112 37
Binary 10101 1011010 10001011 1010101 100011 0 101101 11001101 1001010 11111

Color Harmonies of #155A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A8B

Black with #155A8B

Text Example


Text Example

White with #155A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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