Html Css Color HEX #155684 Bahama Blue

📋 copy color: '#155684'

red 21 ◦ green 86 ◦ blue 132

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

Shades of Bahama Blue #155684

Tints of Bahama Blue #155684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 8.79%
G = 35.98%
B = 55.23%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155684 (or 0x155684) is known color: Bahama Blue. HEX triplet: 15, 56 and 84. RGB value is (21,86,132). Sum of RGB (Red+Green+Blue) = 21+86+132=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #155684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155684 is #EAA97B. Grayscale: #474747. Windows color (decimal): -15378812 or 8672789. OLE color: 8672789.

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

Color convert

RGB 21 86 132 -
CMYK 0.84 0.35 0 0.48
HSL 204.86º 0.73% 0.3% -
HSV(B) 204.86º 0.84% 0.52% -
XYZ 7.8 8.48 23.06 -
YUV 71.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 21 86 132 0.84 0.35 0 0.48 204.86 0.73 0.3
Hex 15 56 84 54 23 0 30 CD 49 1E
Octal 25 126 204 124 43 0 60 315 111 36
Binary 10101 1010110 10000100 1010100 100011 0 110000 11001101 1001001 11110

Color Harmonies of #155684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155684

Black with #155684

Text Example


Text Example

White with #155684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155684; }

 p { color: rgb(21,86,132); }

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

background-color css

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

 a { background-color: rgb(21,86,132); }

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

border-color css

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

 span { border-color: rgb(21,86,132); }

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