Html Css Color HEX #155C84 Bahama Blue

📋 copy color: '#155C84'

red 21 ◦ green 92 ◦ blue 132

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

Shades of Bahama Blue #155C84

Tints of Bahama Blue #155C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 8.57%
G = 37.55%
B = 53.88%

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

#155C84 (or 0x155C84) is known color: Bahama Blue. HEX triplet: 15, 5C and 84. RGB value is (21,92,132). Sum of RGB (Red+Green+Blue) = 21+92+132=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #155C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C84 is #EAA37B. Grayscale: #4B4B4B. Windows color (decimal): -15377276 or 8674325. OLE color: 8674325.

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

Color convert

RGB 21 92 132 -
CMYK 0.84 0.30 0 0.48
HSL 201.62º 0.73% 0.3% -
HSV(B) 201.62º 0.84% 0.52% -
XYZ 8.3 9.48 23.22 -
YUV 75.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 21 92 132 0.84 0.30 0 0.48 201.62 0.73 0.3
Hex 15 5C 84 54 1E 0 30 CA 49 1E
Octal 25 134 204 124 36 0 60 312 111 36
Binary 10101 1011100 10000100 1010100 11110 0 110000 11001010 1001001 11110

Color Harmonies of #155C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C84

Black with #155C84

Text Example


Text Example

White with #155C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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