Html Css Color HEX #155884 Bahama Blue

📋 copy color: '#155884'

red 21 ◦ green 88 ◦ blue 132

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

Shades of Bahama Blue #155884

Tints of Bahama Blue #155884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 8.71%
G = 36.51%
B = 54.77%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155884 (or 0x155884) is known color: Bahama Blue. HEX triplet: 15, 58 and 84. RGB value is (21,88,132). Sum of RGB (Red+Green+Blue) = 21+88+132=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #155884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155884 is #EAA77B. Grayscale: #484848. Windows color (decimal): -15378300 or 8673301. OLE color: 8673301.

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

Color convert

RGB 21 88 132 -
CMYK 0.84 0.33 0 0.48
HSL 203.78º 0.73% 0.3% -
HSV(B) 203.78º 0.84% 0.52% -
XYZ 7.96 8.8 23.11 -
YUV 72.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 21 88 132 0.84 0.33 0 0.48 203.78 0.73 0.3
Hex 15 58 84 54 21 0 30 CC 49 1E
Octal 25 130 204 124 41 0 60 314 111 36
Binary 10101 1011000 10000100 1010100 100001 0 110000 11001100 1001001 11110

Color Harmonies of #155884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155884

Black with #155884

Text Example


Text Example

White with #155884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155884; }

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

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

background-color css

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

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

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

border-color css

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

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

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