Html Css Color HEX #155588 Bahama Blue

📋 copy color: '#155588'

red 21 ◦ green 85 ◦ blue 136

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

Shades of Bahama Blue #155588

Tints of Bahama Blue #155588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 8.68%
G = 35.12%
B = 56.2%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#155588 (or 0x155588) is known color: Bahama Blue. HEX triplet: 15, 55 and 88. RGB value is (21,85,136). Sum of RGB (Red+Green+Blue) = 21+85+136=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #155588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155588 is #EAAA77. Grayscale: #474747. Windows color (decimal): -15379064 or 8934677. OLE color: 8934677.

HSL color Cylindrical-coordinate representation of color #155588: hue angle of 206.61º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155588 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 85 136 -
CMYK 0.85 0.38 0 0.47
HSL 206.61º 0.73% 0.31% -
HSV(B) 206.61º 0.85% 0.53% -
XYZ 8 8.43 24.5 -
YUV 71.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 21 85 136 0.85 0.38 0 0.47 206.61 0.73 0.31
Hex 15 55 88 55 26 0 2F CF 49 1F
Octal 25 125 210 125 46 0 57 317 111 37
Binary 10101 1010101 10001000 1010101 100110 0 101111 11001111 1001001 11111

Color Harmonies of #155588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155588

Black with #155588

Text Example


Text Example

White with #155588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155588; }

 p { color: rgb(21,85,136); }

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

background-color css

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

 a { background-color: rgb(21,85,136); }

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

border-color css

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

 span { border-color: rgb(21,85,136); }

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