Html Css Color HEX #155B85 Bahama Blue

📋 copy color: '#155B85'

red 21 ◦ green 91 ◦ blue 133

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

Shades of Bahama Blue #155B85

Tints of Bahama Blue #155B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 8.57%
G = 37.14%
B = 54.29%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155B85 (or 0x155B85) is known color: Bahama Blue. HEX triplet: 15, 5B and 85. RGB value is (21,91,133). Sum of RGB (Red+Green+Blue) = 21+91+133=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #155B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B85 is #EAA47A. Grayscale: #4A4A4A. Windows color (decimal): -15377531 or 8739605. OLE color: 8739605.

HSL color Cylindrical-coordinate representation of color #155B85: hue angle of 202.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B85 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 91 133 -
CMYK 0.84 0.32 0 0.48
HSL 202.5º 0.73% 0.3% -
HSV(B) 202.5º 0.84% 0.52% -
XYZ 8.28 9.34 23.56 -
YUV 74.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 21 91 133 0.84 0.32 0 0.48 202.5 0.73 0.3
Hex 15 5B 85 54 20 0 30 CA 49 1E
Octal 25 133 205 124 40 0 60 312 111 36
Binary 10101 1011011 10000101 1010100 100000 0 110000 11001010 1001001 11110

Color Harmonies of #155B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B85

Black with #155B85

Text Example


Text Example

White with #155B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,133); }

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

background-color css

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

 a { background-color: rgb(21,91,133); }

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

border-color css

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

 span { border-color: rgb(21,91,133); }

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