Html Css Color HEX #155882 Bahama Blue

📋 copy color: '#155882'

red 21 ◦ green 88 ◦ blue 130

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

Shades of Bahama Blue #155882

Tints of Bahama Blue #155882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.39%

R = 8.79%
G = 36.82%
B = 54.39%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155882 (or 0x155882) is known color: Bahama Blue. HEX triplet: 15, 58 and 82. RGB value is (21,88,130). Sum of RGB (Red+Green+Blue) = 21+88+130=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #155882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155882 is #EAA77D. Grayscale: #484848. Windows color (decimal): -15378302 or 8542229. OLE color: 8542229.

HSL color Cylindrical-coordinate representation of color #155882: hue angle of 203.12º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155882 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 88 130 -
CMYK 0.84 0.32 0 0.49
HSL 203.12º 0.72% 0.3% -
HSV(B) 203.12º 0.84% 0.51% -
XYZ 7.83 8.75 22.4 -
YUV 72.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 21 88 130 0.84 0.32 0 0.49 203.12 0.72 0.3
Hex 15 58 82 54 20 0 31 CB 48 1E
Octal 25 130 202 124 40 0 61 313 110 36
Binary 10101 1011000 10000010 1010100 100000 0 110001 11001011 1001000 11110

Color Harmonies of #155882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155882

Black with #155882

Text Example


Text Example

White with #155882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155882; }

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

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

background-color css

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

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

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

border-color css

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

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

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