Html Css Color HEX #155682 Bahama Blue

📋 copy color: '#155682'

red 21 ◦ green 86 ◦ blue 130

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

Shades of Bahama Blue #155682

Tints of Bahama Blue #155682

RGB

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

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

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

R = 8.86%
G = 36.29%
B = 54.85%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155682 (or 0x155682) is known color: Bahama Blue. HEX triplet: 15, 56 and 82. RGB value is (21,86,130). Sum of RGB (Red+Green+Blue) = 21+86+130=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #155682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155682 is #EAA97D. Grayscale: #474747. Windows color (decimal): -15378814 or 8541717. OLE color: 8541717.

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

Color convert

RGB 21 86 130 -
CMYK 0.84 0.34 0 0.49
HSL 204.22º 0.72% 0.3% -
HSV(B) 204.22º 0.84% 0.51% -
XYZ 7.67 8.43 22.34 -
YUV 71.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 21 86 130 0.84 0.34 0 0.49 204.22 0.72 0.3
Hex 15 56 82 54 22 0 31 CC 48 1E
Octal 25 126 202 124 42 0 61 314 110 36
Binary 10101 1010110 10000010 1010100 100010 0 110001 11001100 1001000 11110

Color Harmonies of #155682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155682

Black with #155682

Text Example


Text Example

White with #155682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155682; }

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

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

background-color css

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

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

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

border-color css

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

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

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