Html Css Color HEX #155D85 Bahama Blue

📋 copy color: '#155D85'

red 21 ◦ green 93 ◦ blue 133

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

Shades of Bahama Blue #155D85

Tints of Bahama Blue #155D85

RGB

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

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

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

R = 8.5%
G = 37.65%
B = 53.85%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155D85 (or 0x155D85) is known color: Bahama Blue. HEX triplet: 15, 5D and 85. RGB value is (21,93,133). Sum of RGB (Red+Green+Blue) = 21+93+133=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #155D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D85 is #EAA27A. Grayscale: #4B4B4B. Windows color (decimal): -15377019 or 8740117. OLE color: 8740117.

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

Color convert

RGB 21 93 133 -
CMYK 0.84 0.30 0 0.48
HSL 201.43º 0.73% 0.3% -
HSV(B) 201.43º 0.84% 0.52% -
XYZ 8.46 9.68 23.61 -
YUV 76.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 21 93 133 0.84 0.30 0 0.48 201.43 0.73 0.3
Hex 15 5D 85 54 1E 0 30 C9 49 1E
Octal 25 135 205 124 36 0 60 311 111 36
Binary 10101 1011101 10000101 1010100 11110 0 110000 11001001 1001001 11110

Color Harmonies of #155D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D85

Black with #155D85

Text Example


Text Example

White with #155D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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