Html Css Color HEX #155482 Bahama Blue

📋 copy color: '#155482'

red 21 ◦ green 84 ◦ blue 130

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

Shades of Bahama Blue #155482

Tints of Bahama Blue #155482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 8.94%
G = 35.74%
B = 55.32%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155482 (or 0x155482) is known color: Bahama Blue. HEX triplet: 15, 54 and 82. RGB value is (21,84,130). Sum of RGB (Red+Green+Blue) = 21+84+130=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #155482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155482 is #EAAB7D. Grayscale: #464646. Windows color (decimal): -15379326 or 8541205. OLE color: 8541205.

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

Color convert

RGB 21 84 130 -
CMYK 0.84 0.35 0 0.49
HSL 205.32º 0.72% 0.3% -
HSV(B) 205.32º 0.84% 0.51% -
XYZ 7.51 8.11 22.29 -
YUV 70.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 21 84 130 0.84 0.35 0 0.49 205.32 0.72 0.3
Hex 15 54 82 54 23 0 31 CD 48 1E
Octal 25 124 202 124 43 0 61 315 110 36
Binary 10101 1010100 10000010 1010100 100011 0 110001 11001101 1001000 11110

Color Harmonies of #155482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155482

Black with #155482

Text Example


Text Example

White with #155482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155482; }

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

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

background-color css

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

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

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

border-color css

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

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

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