Html Css Color HEX #155F85 Bahama Blue

📋 copy color: '#155F85'

red 21 ◦ green 95 ◦ blue 133

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

Shades of Bahama Blue #155F85

Tints of Bahama Blue #155F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

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

R = 8.43%
G = 38.15%
B = 53.41%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155F85 (or 0x155F85) is known color: Bahama Blue. HEX triplet: 15, 5F and 85. RGB value is (21,95,133). Sum of RGB (Red+Green+Blue) = 21+95+133=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #155F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F85 is #EAA07A. Grayscale: #4C4C4C. Windows color (decimal): -15376507 or 8740629. OLE color: 8740629.

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

Color convert

RGB 21 95 133 -
CMYK 0.84 0.29 0 0.48
HSL 200.36º 0.73% 0.3% -
HSV(B) 200.36º 0.84% 0.52% -
XYZ 8.64 10.04 23.67 -
YUV 77.21 159.48 87.91 -
System Red Green Blue C M Y K H S L
Decimal 21 95 133 0.84 0.29 0 0.48 200.36 0.73 0.3
Hex 15 5F 85 54 1D 0 30 C8 49 1E
Octal 25 137 205 124 35 0 60 310 111 36
Binary 10101 1011111 10000101 1010100 11101 0 110000 11001000 1001001 11110

Color Harmonies of #155F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F85

Black with #155F85

Text Example


Text Example

White with #155F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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